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 9358cf0 commit 8f58787
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,12 @@ jobs:
--push \
--no-cache \
--build-arg VERSION=$VERSION \
-t ${APP}:$VERSION \
-t ${{ github.actor }}/${APP}:$VERSION \
-f .docker/Dockerfile \
.
docker tag ${APP}:$VERSION ${APP}:latest
docker tag ${{ github.actor }}/${APP}:$VERSION ${{ github.actor }}/${APP}:latest
docker push ${{ github.actor }}/${APP}:latest
echo "${APP}:${VERSION}"
echo "${APP}:latest"
echo "${{ github.actor }}/${APP}:${VERSION}"
echo "${{ github.actor }}/${APP}:latest"

0 comments on commit 8f58787

Please sign in to comment.