Skip to content

Commit

Permalink
Add back pushtrue
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgensd committed Jan 19, 2025
1 parent 9f02ea5 commit 50a276f
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/publish_docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,13 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4

- name: Log in to the Container registry
uses: docker/login-action@v3
with:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}

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

Expand All @@ -54,8 +61,7 @@ jobs:
file: docker/Dockerfile
platforms: ${{ env.ARCH_TAG }}
labels: ${{ steps.meta.outputs.labels }}
push: false
outputs: type=image,"name=${{ env.REGISTRY }}/${{ env.IMAGE_NAME}}",push-by-digest=true,name-canonical=true
outputs: type=image,"name=${{ env.REGISTRY }}/${{ env.IMAGE_NAME}}",push-by-digest=true,name-canonical=true,push=true

- name: Export digest
run: |
Expand Down

0 comments on commit 50a276f

Please sign in to comment.