Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jnewb1 committed Jun 29, 2024
1 parent f8af981 commit e66c8a5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ runs:
using: "composite"
steps:
- name: setup docker buildx
uses: docker/setup-buildx-action@v1
with:
driver: docker
uses: docker/setup-buildx-action@v1
with:
driver: docker
- name: login to ghcr.io
run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u ${{ github.actor }} --password-stdin
- name: build and push
Expand Down

0 comments on commit e66c8a5

Please sign in to comment.