Skip to content

Commit

Permalink
Merge pull request #21 from financrr/fix/workflows
Browse files Browse the repository at this point in the history
fixed backend-publish-docker-images.yaml workflow
  • Loading branch information
DenuxPlays authored Mar 12, 2024
2 parents b7d508d + ca3ddad commit 1245cfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/backend-publish-docker-images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ concurrency:

env:
REGISTRY: ghcr.io
IMAGE_NAME: ${{ github.repository }}
IMAGE_NAME: backend

jobs:
build-and-push-image:
Expand Down

0 comments on commit 1245cfd

Please sign in to comment.