Set v0.2.19
This commit is contained in:
parent
536d4ff211
commit
1d0bcb5c39
@ -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
|
||||
|
@ -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 && \
|
||||
|
Loading…
x
Reference in New Issue
Block a user