This commit is contained in:
daozhao chen 2023-04-28 08:00:43 +00:00
parent a8d3990b58
commit 88f8823fb0

View file

@ -47,8 +47,8 @@ jobs:
- uses: actions/checkout@v3
- run: docker compose --profile ${{ matrix.profile }} build --progress plain
- name: Login to Docker Hub and push images.
if: ${{ vars.DOCKERHUB_USERNAME }}
# - name: Login to Docker Hub and push images.
- if: ${{ vars.DOCKERHUB_USERNAME }}
run: echo 11 "SHORT_SHA=`echo ${GITHUB_SHA} | cut -c1-7`" >> $GITHUB_ENV
# uses: docker/login-action@v2
# with: