Skip to content

Commit 543e035

Browse files
author
Test User
committed
Add correct owner name
1 parent 5437a7e commit 543e035

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build-docker.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,13 @@ jobs:
3636
registry: ghcr.io
3737
username: ${{ github.actor }}
3838
password: ${{ secrets.GITHUB_TOKEN }}
39+
# Ensure we're authenticated for the organization
3940

4041
- name: Extract metadata for Docker
4142
id: meta
4243
uses: docker/metadata-action@v5
4344
with:
44-
images: ghcr.io/${{ github.repository_owner }}/build-wolfprovider-debian
45+
images: ghcr.io/${{ github.repository }}/build-wolfprovider-debian
4546
tags: |
4647
type=raw,value=bookworm
4748
type=raw,value=latest

0 commit comments

Comments
 (0)