Skip to content

Commit

Permalink
update web-image name
Browse files Browse the repository at this point in the history
  • Loading branch information
m-mattia-m committed Nov 22, 2023
1 parent 2424502 commit 24762cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/web-docker-build-and-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- created

env:
IMAGE_NAME: notify-frontend
IMAGE_NAME: notify-web
IMAGE_TAG: ${{ github.event.release.tag_name }} # eg. v0.0.1
GH_USERNAME: m-mattia-m

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/web-docker-build-on-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
- 'develop/**'

env:
IMAGE_NAME: notify-frontend
IMAGE_NAME: notify-web

jobs:
build-and-publish:
Expand Down

0 comments on commit 24762cf

Please sign in to comment.