Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/dev-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@ jobs:
- name: Build & Push via Docker Compose
working-directory: projekt
env:
CI_REGISTRY_IMAGE: ghcr.io/${{ github.repository }}
CI_COMMIT_SHA: ${{ github.sha }}
REGISTRY: ghcr.io/${{ github.repository }}
IMAGE_TAG: ${{ github.sha }}
run: |
docker compose -f docker-compose.dev.yml build
docker compose -f docker-compose.dev.yml push
Expand Down