Skip to content

Commit

Permalink
Fixing release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
freol35241 committed Nov 17, 2021
1 parent 1cc636c commit 62530f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ jobs:
file: Dockerfile.amd64
push: true
tags: |
ghcr.io/rise-mo/cluon-raw-udp:latest
ghcr.io/rise-mo/cluon-raw-udp:${{ github.event.release.tag_name }}
ghcr.io/mo-rise/cluon-raw-udp:latest
ghcr.io/mo-rise/cluon-raw-udp:${{ github.event.release.tag_name }}
-
name: Image digest
run: echo ${{ steps.docker_build.outputs.digest }}

0 comments on commit 62530f6

Please sign in to comment.