Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
circlesabound committed Oct 12, 2024
1 parent 45bb0bc commit 7bd379e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/container-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ jobs:
packages: write
steps:
- uses: actions/checkout@v4
- name: docker-compose build
run: docker-compose -f docker-compose.yml -f docker-compose.ci.yml build --build-arg GIT_COMMIT_HASH=${{ github.sha }}
- name: docker compose build
run: docker compose -f docker-compose.yml -f docker-compose.ci.yml build --build-arg GIT_COMMIT_HASH=${{ github.sha }}
env:
DOCKER_BUILDKIT: 1
- name: login to registry
Expand Down

0 comments on commit 7bd379e

Please sign in to comment.