diff options
Diffstat (limited to '.github/workflows/release.yml')
-rw-r--r-- | .github/workflows/release.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 896764d5..35d87088 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -178,7 +178,7 @@ jobs: echo "timestamp=$(echo $(date +%FT%T%z))" >> $GITHUB_OUTPUT - name: Build image - uses: docker/build-push-action@v4 # Action page: <https://github.com/docker/build-push-action> + uses: docker/build-push-action@v5 # Action page: <https://github.com/docker/build-push-action> with: context: . file: Dockerfile |