Skip to content

Commit

Permalink
fix tag
Browse files Browse the repository at this point in the history
  • Loading branch information
lavahot committed Jun 26, 2024
1 parent 92ca315 commit cc59427
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
jobs:
build-and-release:
runs-on: ubuntu-latest

steps:
- name: Checkout code
uses: actions/checkout@v2
Expand All @@ -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 }}

0 comments on commit cc59427

Please sign in to comment.