aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/build-deploy.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/build-deploy.yml')
-rw-r--r--.github/workflows/build-deploy.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build-deploy.yml b/.github/workflows/build-deploy.yml
index 561faeb..2195649 100644
--- a/.github/workflows/build-deploy.yml
+++ b/.github/workflows/build-deploy.yml
@@ -45,7 +45,7 @@ jobs:
type=semver,pattern=v{{major}},enable=${{ startsWith(github.ref, 'refs/tags/v') }}
- name: Build and push
- uses: docker/build-push-action@v5
+ uses: docker/build-push-action@v6
with:
context: .
file: ./Dockerfile