mirror of
https://github.com/Mercantec-GHC/h5-projekt-mst.git
synced 2026-08-27 05:37:39 +02:00
push ci-image 1.0
This commit is contained in:
parent
a955c01fc2
commit
488ec979fd
2
.github/workflows/verify.yml
vendored
2
.github/workflows/verify.yml
vendored
@ -9,7 +9,7 @@ on:
|
||||
jobs:
|
||||
verify:
|
||||
runs-on: ubuntu-latest
|
||||
container: sfja/h5-mst-ci-backend
|
||||
container: sfja/h5-mst-ci-backend:1.0
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
@ -1,6 +1,14 @@
|
||||
#!/bin/bash
|
||||
|
||||
tag=sfja/h5-mst-ci-backend
|
||||
version=$1
|
||||
|
||||
if [[ $version == "" ]]; then
|
||||
echo "Please specify version"
|
||||
echo "./publish.sh <version e.g. 1.0>"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
tag=sfja/h5-mst-ci-backend:$version
|
||||
|
||||
set -xe
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user