comment push to dockerhub for testing

This commit is contained in:
Syed Ali Shahbaz
2023-09-29 12:58:39 +04:00
committed by GitHub
parent a23fd8b12a
commit 04e4c64efe

View File

@@ -164,13 +164,13 @@ jobs:
CALENDSO_ENCRYPTION_KEY: '0zfLtY99wjeLnsM7qsa8xsT+Q0oSgnOL'
- name: Push image
run: |
tags="${{ steps.meta.outputs.tags }}"
IFS=',' read -ra ADDR <<< "$tags" # Convert string to array using ',' as delimiter
tag=${ADDR[0]} # Get the first tag
# - name: Push image
# run: |
# tags="${{ steps.meta.outputs.tags }}"
# IFS=',' read -ra ADDR <<< "$tags" # Convert string to array using ',' as delimiter
# tag=${ADDR[0]} # Get the first tag
docker push $tag
# docker push $tag
- name: Cleanup