Skip to content

Commit

Permalink
debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
MJRichardson committed Nov 12, 2023
1 parent 761f13b commit 5dec7b9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-and-push-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ jobs:
tag="${{ steps.branch-name.outputs.current_branch }}.${{ github.run_id }}"
echo "image=${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:$tag" >> ${GITHUB_ENV}
echo "tag=$tag" >> ${GITHUB_ENV}
echo "tag=$tag"
- name: Login to GitHub Container Registry
uses: docker/login-action@v3
Expand Down

0 comments on commit 5dec7b9

Please sign in to comment.