Skip to content

Commit

Permalink
Merge pull request #125 from glimchb/patch-2
Browse files Browse the repository at this point in the history
release: also push `latest` docker tag
  • Loading branch information
mraineri committed Apr 12, 2024
2 parents 4ff99f5 + 6b1d61a commit 0ffb663
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
with:
context: .
push: true
tags: dmtf/redfish-mockup-server:${{github.event.inputs.version}}
tags: dmtf/redfish-mockup-server:${{github.event.inputs.version}},dmtf/redfish-mockup-server:latest
platforms: linux/arm64,linux/amd64
- name: Image digest
run: echo ${{steps.docker_build.outputs.digest}}

0 comments on commit 0ffb663

Please sign in to comment.