changed back to checkout@v4 and commited Dockerfile

This commit is contained in:
Raymond Kuiper
2024-03-08 22:53:34 +01:00
parent 7c988f9ff8
commit 33cf3e5358
2 changed files with 10 additions and 1 deletions

View File

@@ -7,7 +7,7 @@ jobs:
build_and_publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Login to GHCR.io
run: echo "${{ secrets.GHCR_PAT }}" | docker login --username ${{ secrets.GHCR_USER }} --password-stdin ghcr.io
- name: Build and tag image