Skip to content

Commit

Permalink
fix wrong docker image (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrproliu authored Aug 7, 2024
1 parent fa45e86 commit 5bf0b59
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
with:
context: .
push: true
tags: ${{ github.sha }}
tags: ${{ steps.meta.outputs.images }}:${{ github.sha }}
labels: ${{ steps.meta.outputs.labels }}

- name: Build and push Docker images when release
Expand All @@ -62,5 +62,5 @@ jobs:
with:
context: .
push: true
tags: ${{ steps.meta.outputs.tags }}
tags: ${{ steps.meta.outputs.images }}:${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}

0 comments on commit 5bf0b59

Please sign in to comment.