Skip to content

Commit

Permalink
try using build-push-action, idk if it uses compose or not
Browse files Browse the repository at this point in the history
  • Loading branch information
Geczy committed Dec 21, 2023
1 parent 83cfe12 commit 4cd347b
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ jobs:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build the Docker image
run: |
docker compose -f ./docker-compose.yml build
docker compose -f ./docker-compose.yml push

- name: Build and push
uses: docker/build-push-action@v5
with:
push: true

0 comments on commit 4cd347b

Please sign in to comment.