Skip to content

Commit

Permalink
Update Docker workflow to use specific image registry path
Browse files Browse the repository at this point in the history
  • Loading branch information
oleander committed Jan 31, 2024
1 parent 1f5e2cd commit 5098f41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
id: meta
uses: docker/metadata-action@v5
with:
images: ${{ env.REGISTRY }}/amd64-${{ env.IMAGE_NAME }}
images: ${{ env.REGISTRY }}/oleander/amd64-addon-linus
flavor: latest=true

- name: Set up Docker Buildx
Expand Down

0 comments on commit 5098f41

Please sign in to comment.