Skip to content

Commit

Permalink
Remove buildx, set env variable (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrmeyers99 authored Dec 14, 2021
1 parent 9de1a8b commit ab84de2
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/autorelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ jobs:
needs: github-release
runs-on: ubuntu-latest
env:
REGISTRY: ghcr.io
IMAGE_NAME: ${{github.repository}}
permissions:
contents: read
Expand All @@ -63,13 +64,10 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v2

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1

- name: Log in to the Container registry
uses: docker/[email protected]
with:
registry: ghcr.io
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}

Expand Down

0 comments on commit ab84de2

Please sign in to comment.