Skip to content

Commit

Permalink
Tag report containers (#202)
Browse files Browse the repository at this point in the history
  • Loading branch information
Delaunay authored Feb 26, 2024
1 parent 9bcb741 commit 0bf6348
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/report_container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
env:
GITHUB_REF_NAME_ENV: ${{ github.ref_name }}
run: |
IMAGE_TAG="report"
echo "IMAGE_TAG=$GITHUB_REF_NAME_ENV" >> $GITHUB_ENV
- name: Log in to the registry
uses: docker/login-action@v2
Expand All @@ -46,7 +46,7 @@ jobs:
with:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
tags: |
type=raw,value=report
type=raw,value=report-${{ env.IMAGE_TAG }}
- name: Build and push the image
uses: docker/build-push-action@v3
Expand Down

0 comments on commit 0bf6348

Please sign in to comment.