Skip to content

Commit

Permalink
chore(build): remove buildx step
Browse files Browse the repository at this point in the history
  • Loading branch information
o-orand committed Mar 24, 2023
1 parent 1efb0d0 commit 643c0dc
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,6 @@ jobs:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}
-
# Setting up Docker Buildx with docker-container driver is required
# at the moment to be able to use a subdirectory with Git context
name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
-
name: publish concourse-pipeline-resource standard image
uses: docker/[email protected]
Expand Down

0 comments on commit 643c0dc

Please sign in to comment.