aboutsummaryrefslogtreecommitdiffstats
path: root/.gitea/workflows
diff options
context:
space:
mode:
Diffstat (limited to '.gitea/workflows')
-rw-r--r--.gitea/workflows/release.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitea/workflows/release.yaml b/.gitea/workflows/release.yaml
index 573d4ed..d580c5b 100644
--- a/.gitea/workflows/release.yaml
+++ b/.gitea/workflows/release.yaml
@@ -49,7 +49,7 @@ jobs:
no-cache: true
tags: |
${{ secrets.DOCKER_REGISTRY_USER}}/yt-local:latest
- ${{ secrets.DOCKER_REGISTRY_USER}}/yt-local:v0.2.18
+ ${{ secrets.DOCKER_REGISTRY_USER}}/yt-local:v0.2.19
- name: Run Trivy vulnerability scanner
uses: aquasecurity/trivy-action@master
@@ -75,4 +75,4 @@ jobs:
no-cache: false
tags: |
${{ secrets.DOCKER_REGISTRY_USER}}/yt-local:latest
- ${{ secrets.DOCKER_REGISTRY_USER}}/yt-local:v0.2.18
+ ${{ secrets.DOCKER_REGISTRY_USER}}/yt-local:v0.2.19