Image Name
Some checks failed
Deploy Container Image to Registry / build-image (push) Failing after 36s
Some checks failed
Deploy Container Image to Registry / build-image (push) Failing after 36s
Signed-off-by: Patrick Niebeling <patrick.niebeling@adacor.com>
This commit is contained in:
@ -20,7 +20,7 @@ jobs:
|
|||||||
--build-arg BRANCH=$(git rev-parse --abbrev-ref HEAD) \
|
--build-arg BRANCH=$(git rev-parse --abbrev-ref HEAD) \
|
||||||
--build-arg DATE=$(date -u +"%Y-%m-%dT%H:%M:%SZ") \
|
--build-arg DATE=$(date -u +"%Y-%m-%dT%H:%M:%SZ") \
|
||||||
-t ${{ vars.DOCKER_REPO }}/gnilebein/${{ vars.IMAGE_NAME }} .
|
-t ${{ vars.DOCKER_REPO }}/gnilebein/${{ vars.IMAGE_NAME }} .
|
||||||
- run: echo ${IMAGE_NAME}
|
- run: echo ${{ vars.IMAGE_NAME }}
|
||||||
- name: Push Image
|
- name: Push Image
|
||||||
run: |
|
run: |
|
||||||
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)
|
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)
|
||||||
|
Reference in New Issue
Block a user