Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
bugfix
  • Loading branch information
andreaderuvo authored Dec 11, 2024
1 parent d3eb396 commit e766d1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,6 @@ jobs:
VERSION=${{ github.event.release.tag_name }}
IMAGE_NAME=ghcr.io/genpat-it/spread
docker build . --file Dockerfile --tag $IMAGE_NAME:$VERSION
docker build . --file Dockerfile --tag $IMAGE_NAME:$VERSION --tag $IMAGE_NAME:latest
docker push $IMAGE_NAME:$VERSION
docker push $IMAGE_NAME:latest

0 comments on commit e766d1a

Please sign in to comment.