We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents edee7ec + 471920f commit 038f47dCopy full SHA for 038f47d
1 file changed
.github/workflows/dev-workflow.yml
@@ -77,8 +77,8 @@ jobs:
77
- name: Build & Push via Docker Compose
78
working-directory: projekt
79
env:
80
- CI_REGISTRY_IMAGE: ghcr.io/${{ github.repository }}
81
- CI_COMMIT_SHA: ${{ github.sha }}
+ REGISTRY: ghcr.io/${{ github.repository }}
+ IMAGE_TAG: ${{ github.sha }}
82
run: |
83
docker compose -f docker-compose.dev.yml build
84
docker compose -f docker-compose.dev.yml push
0 commit comments