Skip to content

Commit 038f47d

Browse files
authored
Merge pull request #4 from Maxim-Walter/fix/build-job-fixing
PR: merge into main again
2 parents edee7ec + 471920f commit 038f47d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/dev-workflow.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,8 @@ jobs:
7777
- name: Build & Push via Docker Compose
7878
working-directory: projekt
7979
env:
80-
CI_REGISTRY_IMAGE: ghcr.io/${{ github.repository }}
81-
CI_COMMIT_SHA: ${{ github.sha }}
80+
REGISTRY: ghcr.io/${{ github.repository }}
81+
IMAGE_TAG: ${{ github.sha }}
8282
run: |
8383
docker compose -f docker-compose.dev.yml build
8484
docker compose -f docker-compose.dev.yml push

0 commit comments

Comments
 (0)