Skip to content

Commit

Permalink
Testing changes suggested by mkaring
Browse files Browse the repository at this point in the history
  • Loading branch information
brightrim committed Jan 5, 2024
1 parent 79df1fc commit 83b1796
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ jobs:
build:
name: Compile and Test
runs-on: ubuntu-latest
permissions:
contents: write
packages: write
strategy:
Expand Down Expand Up @@ -121,11 +120,11 @@ jobs:

- name: Login to GitHub
if: ${{ steps.docker-vars.outputs.has-docker-secret == 'true' }}
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ steps.docker-vars.outputs.docker-secret }}
username: ${{ github.actor }}
password: ${{ steps.docker-vars.outputs.docker-secret }}

- name: Build and push
uses: docker/build-push-action@v2
Expand Down

0 comments on commit 83b1796

Please sign in to comment.