Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
seadfeng committed Aug 24, 2024
1 parent b9c19e4 commit ae188de
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy-to-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,10 @@ jobs:
--platform linux/amd64,linux/arm64/v8 \
--build-arg VERSION=$VERSION \
-t ${{ github.actor }}/${APP}:$VERSION \
-t ${{ github.actor }}/${APP}:latest \
-f .docker/Dockerfile \
.
docker tag ${{ github.actor }}/${APP}:$VERSION ${{ github.actor }}/${APP}:latest
docker push ${{ github.actor }}/${APP}:latest
echo "${{ github.actor }}/${APP}:${VERSION}"
echo "${{ github.actor }}/${APP}:latest"
Expand Down

0 comments on commit ae188de

Please sign in to comment.