From cc59427a11431fe383f14b3242e88bb63c688821 Mon Sep 17 00:00:00 2001 From: Taylor Mansfield <962444+lavahot@users.noreply.github.com> Date: Wed, 26 Jun 2024 12:39:06 -0700 Subject: [PATCH] fix tag --- .github/workflows/container.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/container.yml b/.github/workflows/container.yml index 223081c..e0e01b4 100644 --- a/.github/workflows/container.yml +++ b/.github/workflows/container.yml @@ -10,7 +10,7 @@ on: jobs: build-and-release: runs-on: ubuntu-latest - + steps: - name: Checkout code uses: actions/checkout@v2 @@ -31,4 +31,4 @@ jobs: context: . file: ./Dockerfile push: ${{ github.ref == 'refs/heads/main' }} - tags: ghcr.io/${{ github.repository_owner }}/${{ github.repository }}:${{ github.sha }} + tags: ghcr.io/benaroyaresearch/meraki2azure_ad:${{ github.sha }}