summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2022-10-25 20:10:25 +0000
committerGitHub <noreply@github.com>2022-10-25 20:10:25 +0000
commit68c37032bcb43649117375e5c14f1983bb1e1e3a (patch)
tree501048bd8fccaf7db284843cff98535c0693e55e /.github
parentd948d65db27ae1684bf73f82c16ca9ce6c2e526b (diff)
Update docker/build-push-action action to v3
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 9f4172cb..140c935b 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -136,7 +136,7 @@ jobs:
password: ${{ secrets.DOCKER_TOKEN }}
- name: Build and push image
- uses: docker/build-push-action@v2
+ uses: docker/build-push-action@v3
with:
push: ${{ env.PUSH_BRANCH == 'true' }}
tags: "${{ env.DEFAULT_DOCKER_IMAGE }}:${{ matrix.os != 'debian' && format('{0}-', matrix.os) || '' }}${{ matrix.tag.tag }}"