Skip to content

Commit

Permalink
Fix docker image tag
Browse files Browse the repository at this point in the history
  • Loading branch information
cguedel committed Oct 28, 2022
1 parent e476f91 commit 2b037c7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ jobs:
uses: docker/metadata-action@v4
with:
images: ghcr.io/cguedel/chem-doser-proxy
flavor: latest=true
tags: |
type=ref,event=branch
type=ref,event=pr
Expand All @@ -48,7 +47,7 @@ jobs:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build image and push to GitHub Container Registry
uses: docker/build-push-action@v2
uses: docker/build-push-action@v3
with:
context: ./
file: ./ChemDoserProxy/Dockerfile
Expand Down

0 comments on commit 2b037c7

Please sign in to comment.