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' 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