Skip to content

Commit

Permalink
WIP: Try pushing
Browse files Browse the repository at this point in the history
  • Loading branch information
mstorsjo committed Feb 27, 2024
1 parent 9560209 commit 8b3082e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Log in to Docker Hub
if: false
if: true
uses: docker/login-action@v3
with:
username: ${{secrets.DOCKER_USERNAME}}
Expand All @@ -103,7 +103,7 @@ jobs:
with:
context: .
platforms: ${{matrix.platforms}}
push: false
push: true
file: ./${{matrix.file}}
outputs: |
type=image,name=mstorsjo/llvm-mingw,push-by-digest=true,name-canonical=true
Expand All @@ -119,7 +119,7 @@ jobs:
docker-create:
needs: [docker-build, prepare]
runs-on: ubuntu-latest
if: false
if: true
steps:
- uses: cloudposse/github-action-matrix-outputs-read@main
id: read
Expand Down

0 comments on commit 8b3082e

Please sign in to comment.