Set v0.2.19

This commit is contained in:
Jesus 2024-10-11 11:30:00 +08:00
parent 536d4ff211
commit 1d0bcb5c39
Signed by: heckyel
GPG Key ID: 531E723EED721D7C
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -7,7 +7,7 @@ ENV LC_ALL=C.UTF-8
ARG APP_DIR="/srv/app"
ARG YT_REPO="https://git.fridu.us/heckyel/yt-local.git"
ARG YT_BRANCH="v0.2.18"
ARG YT_BRANCH="v0.2.19"
RUN apk update && \
apk upgrade && \