aboutsummaryrefslogtreecommitdiffstats
path: root/.gitea/workflows/build.yaml
diff options
context:
space:
mode:
Diffstat (limited to '.gitea/workflows/build.yaml')
-rw-r--r--.gitea/workflows/build.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml
index 2798b2d..bfe54d7 100644
--- a/.gitea/workflows/build.yaml
+++ b/.gitea/workflows/build.yaml
@@ -57,7 +57,7 @@ jobs:
run: echo "REPO_BRANCH=${GITHUB_HEAD_REF:-${GITHUB_REF#refs/heads/}}" >> $GITHUB_OUTPUT
id: extract_branch
- name: Build and push Docker image
- uses: https://github.com/docker/build-push-action@v5
+ uses: https://github.com/docker/build-push-action@v6
with:
context: .
file: ./Dockerfile