Skip to content

Commit

Permalink
try again
Browse files Browse the repository at this point in the history
  • Loading branch information
MJRichardson committed Nov 12, 2023
1 parent fe01a53 commit 761f13b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-push-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ jobs:
id: image-tag
run: |
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 "image=${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:$tag" >> ${GITHUB_ENV}
echo "tag=$tag" >> ${GITHUB_ENV}
- name: Login to GitHub Container Registry
uses: docker/login-action@v3
Expand Down

0 comments on commit 761f13b

Please sign in to comment.