Skip to content

Commit

Permalink
bugfix: fix copy and paste error in pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
lmoesle committed Apr 9, 2024
1 parent 6b60183 commit ed28073
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/workflow-build-and-release-services.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,13 +91,13 @@ jobs:
with:
context: ./deployment/examples/embedded-example/.
push: true
tags: miragon/miranum-deployment-embedded-example:${{ env.RELEASE_VERSION }}
tags: miragon/miranum-deployment-embedded-example:${{ inputs.release-version }}
platforms: linux/amd64, linux/arm64/v8
- name: DOCKER / BUILD & PUBLISH / miragon/miranum-deployment-rest-example
if: inputs.docker-release == true
uses: docker/build-push-action@v5
with:
context: ./deployment/examples/rest-example/.
push: true
tags: miragon/miranum-deployment-rest-example:${{ env.RELEASE_VERSION }}
tags: miragon/miranum-deployment-rest-example:${{ inputs.release-version }}
platforms: linux/amd64, linux/arm64/v8

0 comments on commit ed28073

Please sign in to comment.