Skip to content

Commit ab84de2

Browse files
authored
Remove buildx, set env variable (#12)
1 parent 9de1a8b commit ab84de2

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/autorelease.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ jobs:
5454
needs: github-release
5555
runs-on: ubuntu-latest
5656
env:
57+
REGISTRY: ghcr.io
5758
IMAGE_NAME: ${{github.repository}}
5859
permissions:
5960
contents: read
@@ -63,13 +64,10 @@ jobs:
6364
- name: Checkout repository
6465
uses: actions/checkout@v2
6566

66-
- name: Set up Docker Buildx
67-
uses: docker/setup-buildx-action@v1
68-
6967
- name: Log in to the Container registry
7068
uses: docker/[email protected]
7169
with:
72-
registry: ghcr.io
70+
registry: ${{ env.REGISTRY }}
7371
username: ${{ github.actor }}
7472
password: ${{ secrets.GITHUB_TOKEN }}
7573

0 commit comments

Comments
 (0)