Skip to content

Commit 643c0dc

Browse files
committed
chore(build): remove buildx step
1 parent 1efb0d0 commit 643c0dc

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/docker-image.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,6 @@ jobs:
3131
registry: ghcr.io
3232
username: ${{ github.repository_owner }}
3333
password: ${{ secrets.GITHUB_TOKEN }}
34-
-
35-
# Setting up Docker Buildx with docker-container driver is required
36-
# at the moment to be able to use a subdirectory with Git context
37-
name: Set up Docker Buildx
38-
uses: docker/setup-buildx-action@v2
3934
-
4035
name: publish concourse-pipeline-resource standard image
4136
uses: docker/[email protected]

0 commit comments

Comments
 (0)