Skip to content

Commit

Permalink
set up buildx in ghcr action
Browse files Browse the repository at this point in the history
i guess
  • Loading branch information
vaaski committed Oct 18, 2024
1 parent 197d178 commit 215d975
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy-ghcr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ jobs:
username: ${{github.actor}}
password: ${{secrets.GITHUB_TOKEN}}

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3

- name: "Build Image"
uses: docker/build-push-action@v6
with:
Expand Down

0 comments on commit 215d975

Please sign in to comment.