Skip to content

Commit

Permalink
Set buildkit env vars
Browse files Browse the repository at this point in the history
  • Loading branch information
isarkis committed Sep 3, 2024
1 parent 9ef9010 commit 0afbb5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ jobs:
docker pull "${DOCKER_TAG}" || true
docker pull "${DOCKER_FLOATING_TAG}" || true
- name: Docker Build
run: docker compose build ${DOCKER_SERVICE}
run: COMPOSE_DOCKER_CLI_BUILD=1 DOCKER_BUILDKIT=1 docker compose build ${DOCKER_SERVICE}
- name: Docker Tag
run: |
docker tag ghcr.io/${{ github.repository }}/${DOCKER_SERVICE}:latest ${DOCKER_TAG}
Expand Down

0 comments on commit 0afbb5f

Please sign in to comment.