Skip to content

Commit

Permalink
Fix unknown/unknown variant showing for pushed images
Browse files Browse the repository at this point in the history
  • Loading branch information
Cyberbeni authored Oct 6, 2024
1 parent c75c6f4 commit 23f9cb5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/docker-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
uses: docker/setup-buildx-action@v3

# https://github.com/docker/login-action
- name: Log into registry ${{ env.REGISTRY }}
- name: Log into ${{ env.REGISTRY }}
uses: docker/login-action@v3
with:
registry: ${{ env.REGISTRY }}
Expand Down Expand Up @@ -52,3 +52,4 @@ jobs:
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
provenance: false

0 comments on commit 23f9cb5

Please sign in to comment.