Skip to content

Commit

Permalink
upgrade to v4 workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
broizter committed Mar 4, 2024
1 parent 7136067 commit 343c7c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-ghcr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
build_and_publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Build and push the image
run: |
docker login --username broizter --password ${{ secrets.GH_PAT }} ghcr.io
Expand Down

0 comments on commit 343c7c7

Please sign in to comment.