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 46041df commit 4172aa7Copy full SHA for 4172aa7
.github/workflows/docker-publish.yml
@@ -27,16 +27,9 @@ jobs:
27
uses: docker/login-action@v2
28
with:
29
registry: ${{ env.REGISTRY }}
30
- username: ${{ github.repository_owner }}
+ username: ${{ github.actor }}
31
password: ${{ secrets.GITHUB_TOKEN }}
32
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
-
40
- name: Extract metadata (tags, labels) for Docker
41
id: meta
42
uses: docker/metadata-action@v4
0 commit comments