Skip to content

Commit 4172aa7

Browse files
committed
refs #000: back to actor instead of owner
1 parent 46041df commit 4172aa7

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

.github/workflows/docker-publish.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -27,16 +27,9 @@ jobs:
2727
uses: docker/login-action@v2
2828
with:
2929
registry: ${{ env.REGISTRY }}
30-
username: ${{ github.repository_owner }}
30+
username: ${{ github.actor }}
3131
password: ${{ secrets.GITHUB_TOKEN }}
3232

33-
# - name: Build and push images to GitHub Container Registry
34-
# run: |
35-
# IMAGE_ID=ghcr.io/${{ github.repository_owner }}/$IMAGE_NAME
36-
# IMAGE_ID=$(echo $IMAGE_ID | tr '[A-Z]' '[a-z]')
37-
# echo IMAGE_ID=$IMAGE_ID
38-
# docker buildx build --push . --platform "linux/amd64,linux/arm64" --tag $IMAGE_ID:latest
39-
4033
- name: Extract metadata (tags, labels) for Docker
4134
id: meta
4235
uses: docker/metadata-action@v4

0 commit comments

Comments
 (0)