Skip to content

Commit

Permalink
Fix GH action (again)
Browse files Browse the repository at this point in the history
  • Loading branch information
andreimarcu committed Aug 14, 2020
1 parent 456274c commit 9a5fc11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/buildx.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
--build-arg VERSION=${VERSION} \
--build-arg BUILD_DATE=$(date -u +'%Y-%m-%dT%H:%M:%SZ') \
--build-arg VCS_REF=${GITHUB_SHA::8} \
${TAGS} --file ./test/Dockerfile ./test
${TAGS} --file Dockerfile .

This comment has been minimized.

Copy link
@algrn1406

algrn1406 Sep 5, 2020

cd

-
name: Set up Docker Buildx
uses: crazy-max/ghaction-docker-buildx@v3
Expand Down

0 comments on commit 9a5fc11

Please sign in to comment.