Skip to content

Commit

Permalink
Update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
StaticFX committed Jan 3, 2025
1 parent 1b3a6e3 commit 9a3c6fe
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@ jobs:
COMMIT_HASH=$(echo $GITHUB_SHA | cut -c1-7)
docker buildx create --use
docker buildx build --platform linux/amd64,linux/arm64 \
-t devinfritz/vzbot-web-nuxt:stage-${COMMIT_HASH} --push .
-t devinfritz/vzbot-web-nuxt:stage-${COMMIT_HASH} \
-t devinfritz/vzbot-web-nuxt:stage-latest \
--push .
deploy:
runs-on: ubuntu-latest
needs: build-and-push
Expand Down

0 comments on commit 9a3c6fe

Please sign in to comment.