We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5437a7e commit 543e035Copy full SHA for 543e035
.github/workflows/build-docker.yml
@@ -36,12 +36,13 @@ jobs:
36
registry: ghcr.io
37
username: ${{ github.actor }}
38
password: ${{ secrets.GITHUB_TOKEN }}
39
+ # Ensure we're authenticated for the organization
40
41
- name: Extract metadata for Docker
42
id: meta
43
uses: docker/metadata-action@v5
44
with:
- images: ghcr.io/${{ github.repository_owner }}/build-wolfprovider-debian
45
+ images: ghcr.io/${{ github.repository }}/build-wolfprovider-debian
46
tags: |
47
type=raw,value=bookworm
48
type=raw,value=latest
0 commit comments