Skip to content

Commit

Permalink
Fix the backend image name (#105)
Browse files Browse the repository at this point in the history
* Fix the backend image name

* Update build-and-publish.yaml
  • Loading branch information
th0th authored Jan 19, 2023
1 parent 21998a1 commit c25fca1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-and-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,9 @@ jobs:
id: meta
uses: docker/metadata-action@v4
with:
images: poeticmetric/frontend
images: poeticmetric/backend
tags: |
type=raw,value=latest
type=semver,pattern={{version}}
- name: Build and push Docker image
Expand Down

0 comments on commit c25fca1

Please sign in to comment.