Skip to content

Commit

Permalink
Merge pull request #6 from m-mattia-m/develop
Browse files Browse the repository at this point in the history
update web-image name
  • Loading branch information
m-mattia-m authored Nov 22, 2023
2 parents 6a69db5 + 24762cf commit 530ebfb
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 530ebfb

Please sign in to comment.