Skip to content

Commit

Permalink
Docker tags update - 6
Browse files Browse the repository at this point in the history
Added echo statements. The fetch_tag job shouldn't be triggered.
  • Loading branch information
Mahadik, Mukul Chandrakant authored and Mahadik, Mukul Chandrakant committed Apr 27, 2024
1 parent 9c290dc commit fbf9624
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/image_build_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ jobs:

- name: Print input docker image tag
run: |
echo "Event name: ${{ github.event_name }}"
echo "Event name: ${{ github.event.action }}"
echo "Input latest docker image tag: ${{ env.DOCKER_IMAGE_TAG }}"
- name: Set up Python
Expand Down Expand Up @@ -79,8 +81,6 @@ jobs:
- name: docker login
run: | # log into docker hub account
docker login -u $DOCKER_USER -p $DOCKER_PASSWORD
echo "Event name: ${{ github.event_name }}"
echo "Event name: ${{ github.event.action }}"
- name: Get current date # get the date of the build
id: date
Expand Down

0 comments on commit fbf9624

Please sign in to comment.