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 8f58787 commit 1cfce9e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,9 @@ jobs:
--no-cache \
--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"

0 comments on commit 1cfce9e

Please sign in to comment.