Skip to content

Commit

Permalink
Update docker-image.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
neozhu authored Sep 23, 2024
1 parent 1c61498 commit 5b3324d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,12 @@ jobs:
with:
context: .
push: true
tags: blazordevlab/PdfGeneratorApi:${{ steps.version.outputs.version }}
tags: blazordevlab/pdfgeneratorapi:${{ steps.version.outputs.version }}

- name: Build and push with latest tag
uses: docker/build-push-action@v5
with:
context: .
push: true
tags: blazordevlab/PdfGeneratorApi:latest
tags: blazordevlab/pdfgeneratorapi:latest

0 comments on commit 5b3324d

Please sign in to comment.