Skip to content

Commit

Permalink
Merge branch 'main' into feature/IDP-1266-part-1-tracking-emails-to-n…
Browse files Browse the repository at this point in the history
…on-users
  • Loading branch information
briskt committed Nov 8, 2024
2 parents 39e68fb + e674e3f commit 2652b0d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,11 +62,12 @@ jobs:
- name: Build and push Docker image to GitHub Container Registry
uses: docker/build-push-action@v5
if: startsWith(github.ref, 'refs/tags')
with:
context: .
push: true
tags: |
ghcr.io/${{ github.repository }}:${{ github.ref_name }}
labels: ${{ steps.meta.outputs.labels }}
build-args: |
GITHUB_REF_NAME=${{ github.ref_name }}
GITHUB_REF_NAME=${{ github.ref_name }}

0 comments on commit 2652b0d

Please sign in to comment.