Skip to content
This repository has been archived by the owner on Jul 6, 2023. It is now read-only.

Commit

Permalink
ci(release): make syncloungeweb build use proper Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
ttshivers authored Aug 28, 2020
1 parent 56cbc13 commit 387d815
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ jobs:
--build-arg VERSION=${{ needs.release.outputs.release-version }} \
--cache-from "type=local,src=/tmp/.buildx-cache" \
--cache-to "type=local,dest=/tmp/.buildx-cache" \
${TAGS} --file ./Dockerfile ./
${TAGS} --file ./Dockerfile.web ./
-
name: Set up Docker Buildx
uses: crazy-max/ghaction-docker-buildx@v3
Expand Down

0 comments on commit 387d815

Please sign in to comment.