mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-22 15:55:49 +00:00
fix: typo
This commit is contained in:
parent
e7fdc9a067
commit
9e8f85a480
1 changed files with 2 additions and 2 deletions
4
.github/workflows/docker-publish.yml
vendored
4
.github/workflows/docker-publish.yml
vendored
|
@ -209,10 +209,10 @@ jobs:
|
||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
push: true
|
push: true
|
||||||
tags: ghcr.io/${{ env.IMAGE_NAME }}:${{ steps.semantic.outputs.release-version }}
|
tags: ghcr.io/${{ env.IMAGE_NAME }}:${{ needs.calculate_version.outputs.next_version }}
|
||||||
labels: ${{ steps.meta.outputs.labels }}
|
labels: ${{ steps.meta.outputs.labels }}
|
||||||
build-args: |
|
build-args: |
|
||||||
VERSION=${{ steps.semantic.outputs.release-version }}
|
VERSION=${{ needs.calculate_version.outputs.next_version }}
|
||||||
|
|
||||||
|
|
||||||
- name: Release
|
- name: Release
|
||||||
|
|
Loading…
Reference in a new issue