diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 9ec40ba..b8c69e1 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -48,7 +48,7 @@ jobs: #### build+export, test only on PRs - name: Build and export to Docker if: github.event_name == 'pull_request' - uses: docker/build-push-action@v4 + uses: docker/build-push-action@v5 with: context: . file: docker/Dockerfile @@ -84,7 +84,7 @@ jobs: # password: ${{ secrets.GHCR_IO_REGISTRY_TOKEN }} - name: Build and push - uses: docker/build-push-action@v4 + uses: docker/build-push-action@v5 if: ${{ github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags') }} with: context: .