Output Images
All checks were successful
Deploy Container Image to Registry / build-image (push) Successful in 34s
All checks were successful
Deploy Container Image to Registry / build-image (push) Successful in 34s
Signed-off-by: Patrick Niebeling <patrick.niebeling@adacor.com>
This commit is contained in:
@ -20,6 +20,7 @@ jobs:
|
||||
--build-arg BRANCH=$(git rev-parse --abbrev-ref HEAD) \
|
||||
--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 }}:$VERSION .
|
||||
- run: docker images
|
||||
- name: Push Image
|
||||
run: |
|
||||
docker login -u gnilebein -p ${{ secret.PASSWORD }}
|
||||
|
Reference in New Issue
Block a user