Skip to content

Commit

Permalink
ci: release please, docker build push
Browse files Browse the repository at this point in the history
Add name to action, correct package name
  • Loading branch information
KonsumGandalf committed Apr 27, 2024
1 parent 4764da3 commit 9910b18
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-build-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
id: meta
uses: docker/metadata-action@v5
with:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}-backend
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}-frontend
tags: |
type=ref,event=branch
type=ref,event=pr
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
name: Release Please

on:
push:
branches:
Expand Down

0 comments on commit 9910b18

Please sign in to comment.