Skip to content

Commit

Permalink
Merge pull request #1 from BenaroyaResearch/fix-docker
Browse files Browse the repository at this point in the history
fix tag
  • Loading branch information
lavahot authored Jun 26, 2024
2 parents 92ca315 + b2cc77e commit b4766a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 68 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 }}
66 changes: 0 additions & 66 deletions .github/workflows/snyk-security.yml

This file was deleted.

0 comments on commit b4766a3

Please sign in to comment.