Skip to content

Commit

Permalink
fix github action
Browse files Browse the repository at this point in the history
  • Loading branch information
circlesabound committed Apr 22, 2024
1 parent 41ba59d commit 4be00c2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/container-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,9 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: docker-compose build
run: docker-compose -f docker-compose.yml -f docker-compose.ci.yml 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
GIT_COMMIT_HASH: ${{ github.sha }}
- name: login to registry
run: echo ${{ secrets.GITHUB_TOKEN }} | docker login ghcr.io -u circlesabound --password-stdin
- name: push agent
Expand Down

0 comments on commit 4be00c2

Please sign in to comment.