Skip to content

Commit

Permalink
fix naming
Browse files Browse the repository at this point in the history
  • Loading branch information
Southclaws committed Dec 12, 2023
1 parent b5a2099 commit f4cc31b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docker-build-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ env:
REGISTRY: ghcr.io
DOCKERFILE: ./docker/all/Dockerfile
IMAGE_NAME: ${{ github.repository }}
IMAGE_KIND: backend-only
IMAGE_KIND: fullstack

jobs:
backend-build:
fullstack-build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand All @@ -21,7 +21,7 @@ jobs:
with:
flavor: |
latest=auto
suffix=${{ env.IMAGE_KIND }},onlatest=true
suffix=-${{ env.IMAGE_KIND }},onlatest=true
tags: |
type=sha
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-build-backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ env:
REGISTRY: ghcr.io
DOCKERFILE: ./docker/api/Dockerfile
IMAGE_NAME: ${{ github.repository }}
IMAGE_KIND: backend-only
IMAGE_KIND: backend

jobs:
backend-build:
Expand Down

0 comments on commit f4cc31b

Please sign in to comment.