Skip to content

Commit

Permalink
fix: lets try this with some tags set and see what happens.
Browse files Browse the repository at this point in the history
  • Loading branch information
tankerkiller125 committed Dec 2, 2024
1 parent 0841803 commit 146bd6d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/docker-publish-rootless.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,8 @@ jobs:
uses: docker/[email protected] # v5.0.0
with:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
tags: |
type=ref,event=branch
- name: Set up QEMU
uses: docker/[email protected]
Expand All @@ -91,8 +93,10 @@ jobs:
id: build-and-push
uses: docker/build-push-action@v6 # v6
with:
push: ${{ github.event_name != 'pull_request' }}
context: Dockerfile.rootless
outputs: type=image,name=${{ env.REGISTRY_IMAGE }},push-by-digest=true,name-canonical=true,push=true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
platforms: ${{ matrix.platform }}
build-args: |
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/docker-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,8 @@ jobs:
uses: docker/[email protected] # v5.0.0
with:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
tags: |
type=ref,event=branch
- name: Set up QEMU
uses: docker/[email protected]
Expand Down

0 comments on commit 146bd6d

Please sign in to comment.