Skip to content

Commit

Permalink
syntac
Browse files Browse the repository at this point in the history
  • Loading branch information
boromir674 committed Nov 5, 2023
1 parent 7fc32f8 commit 641b64c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -654,12 +654,12 @@ jobs:
docker push "${IMAGE_REF}" || push_success=0
if [ $push_success -eq `1` ]; then
echo " -- DOCKER PUSH SUCCESS ! -- "
echo " -- IMAGE: ${IMAGE_REF} --"
if [ $push_success -eq 1 ]; then
echo "Docker Image "${IMAGE_REF}" pushed to DockerHub!"
else
echo "[ERROR] Docker push failed!"
fi
echo "push_success=$push_success" >> $GITHUB_ENV
- name: Logout from Dockerhub
Expand Down

0 comments on commit 641b64c

Please sign in to comment.