Skip to content

Commit

Permalink
Missing ghcr.io references in github action
Browse files Browse the repository at this point in the history
  • Loading branch information
haakonnessjoen committed Aug 4, 2024
1 parent 5495add commit b4c2617
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,7 @@ jobs:
context: .
platforms: linux/amd64,linux/arm64
push: true
tags: ${{ steps.meta.outputs.version }},latest
tags: ${{ env.REGISTRY }}:${{ steps.meta.outputs.version }},${{ env.REGISTRY }}:latest
- name: Inspect
run: |
docker buildx imagetools inspect ${{ env.REGISTRY }}:${{ steps.meta.outputs.version }}

0 comments on commit b4c2617

Please sign in to comment.