Skip to content

Commit

Permalink
added env PUSH_ON_GIT_TAG
Browse files Browse the repository at this point in the history
  • Loading branch information
akash2237778 committed Jan 13, 2025
1 parent 3f8b9f6 commit 63a5cf7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
REGISTRY_TOKEN: "${{ secrets.DOCKERHUB_TOKEN }}"
DOCKER_ORGANIZATION: ${{ secrets.DOCKERHUB_ORG }}
GITHUB_ORGANIZATION: ${{ github.repository_owner }}
PUSH_ON_GIT_TAG: true
- name: Verify that image was pushed
run: |
echo "Push indicator: ${{ steps.docker.outputs.push-indicator }}"
Expand Down

0 comments on commit 63a5cf7

Please sign in to comment.