revert and bump action version

This commit is contained in:
ilike2burnthing 2024-07-20 19:41:49 +01:00 committed by GitHub
parent 3d9bc5627b
commit 0f8f0bec25
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -53,10 +53,10 @@ jobs:
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}
password: ${{ secrets.GH_PAT }}
- name: Build and push
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: .
file: ./Dockerfile