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 e05aebba..069f0053 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -173,7 +173,7 @@ jobs: echo "::set-output name=timestamp::`date +%FT%T%z`" - name: Build image - uses: docker/build-push-action@v2 # Action page: <https://github.com/docker/build-push-action> + uses: docker/build-push-action@v3 # Action page: <https://github.com/docker/build-push-action> with: context: . file: Dockerfile |