mirror of
https://github.com/phusion/baseimage-docker.git
synced 2026-03-26 04:18:46 +00:00
Update Github Action
This commit is contained in:
committed by
GitHub
parent
a81d149a76
commit
18c6aeeafa
3
.github/workflows/main.yml
vendored
3
.github/workflows/main.yml
vendored
@@ -19,8 +19,9 @@ jobs:
|
|||||||
id: prep
|
id: prep
|
||||||
run: |
|
run: |
|
||||||
DOCKER_IMAGE=phusion/baseimage
|
DOCKER_IMAGE=phusion/baseimage
|
||||||
|
VERSION=focal-test
|
||||||
|
|
||||||
TAGS="${DOCKER_IMAGE}:${GITHUB_REF}"
|
TAGS="${DOCKER_IMAGE}:${VERSION},${DOCKER_IMAGE}:${SHORTREF}"
|
||||||
|
|
||||||
# Set output parameters.
|
# Set output parameters.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user