stdin
All checks were successful
Deploy Container Image to Registry / build-image (push) Successful in 38s
All checks were successful
Deploy Container Image to Registry / build-image (push) Successful in 38s
Signed-off-by: Patrick Niebeling <patrick.niebeling@adacor.com>
This commit is contained in:
@ -23,7 +23,7 @@ jobs:
|
||||
- run: docker images
|
||||
- name: Push Image
|
||||
run: |
|
||||
docker login -u gnilebein -p !2Nmgzirn
|
||||
echo '${{ secret.PASSWORD }}' | docker login -u gnilebein --password-stdin
|
||||
VERSION=$(git ls-remote --tags -q https://github.com/rspamd/rspamd | sed -n "s/^[[:xdigit:]]\{40\}[[:blank:]]refs\/tags\/\([0-9]\{1\}\.[0-9]\{1,2\}\($\|\.[0-9]\{1,2\}$\)\)/\1/p" | sort --version-sort | tail -1)
|
||||
docker tag \
|
||||
"${{ vars.DOCKER_REPO }}/gnilebein/${{ vars.IMAGE_NAME }}" \
|
||||
|
Reference in New Issue
Block a user