comment push to dockerhub for testing
This commit is contained in:
@@ -164,13 +164,13 @@ jobs:
|
|||||||
CALENDSO_ENCRYPTION_KEY: '0zfLtY99wjeLnsM7qsa8xsT+Q0oSgnOL'
|
CALENDSO_ENCRYPTION_KEY: '0zfLtY99wjeLnsM7qsa8xsT+Q0oSgnOL'
|
||||||
|
|
||||||
|
|
||||||
- name: Push image
|
# - name: Push image
|
||||||
run: |
|
# run: |
|
||||||
tags="${{ steps.meta.outputs.tags }}"
|
# tags="${{ steps.meta.outputs.tags }}"
|
||||||
IFS=',' read -ra ADDR <<< "$tags" # Convert string to array using ',' as delimiter
|
# IFS=',' read -ra ADDR <<< "$tags" # Convert string to array using ',' as delimiter
|
||||||
tag=${ADDR[0]} # Get the first tag
|
# tag=${ADDR[0]} # Get the first tag
|
||||||
|
|
||||||
docker push $tag
|
# docker push $tag
|
||||||
|
|
||||||
|
|
||||||
- name: Cleanup
|
- name: Cleanup
|
||||||
|
|||||||
Reference in New Issue
Block a user