Skip to content

Commit

Permalink
Next try to get the docker push working
Browse files Browse the repository at this point in the history
  • Loading branch information
mkaring committed Jan 6, 2024
1 parent d9b439e commit 911fa1e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,11 +109,11 @@ jobs:
shell: bash
run: mv ${{runner.workspace}}/*.deb $GITHUB_WORKSPACE/setup/docker/base/

- uses: Illarion-eV/Illarion-Docker-Version@afe43f2b2fde18f93c3fa7a16d91f3946acc290b
- uses: Illarion-eV/Illarion-Docker-Version@v2
id: docker-vars
with:
image-name: ghcr.io/${{ github.repository }}/base
registry-secret: ${{ secrets.GHCR_PAT }}
registry-secret: ${{ secrets.GITHUB_TOKEN }}

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

0 comments on commit 911fa1e

Please sign in to comment.