Skip to content

Commit

Permalink
Update docker-publish.yml
Browse files Browse the repository at this point in the history
Reflect rename
  • Loading branch information
dhh authored Aug 22, 2023
1 parent 33d5d7e commit 416860d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,5 @@ jobs:
platforms: linux/amd64,linux/arm64
push: true
tags: |
ghcr.io/mrsked/mrsk:latest
ghcr.io/mrsked/mrsk:${{ github.ref_name }}
ghcr.io/basecamp/kamal:latest
ghcr.io/basecamp/kamal:${{ github.ref_name }}

2 comments on commit 416860d

@smartygus
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dhh will a new release be required to trigger the Docker action to build and push the image with the new name? The Docker action(s) appear to be (rightly so under normal conditions) to only be triggered when a release is created, but unfortunately the action failed on the v0.16.0 release due to the old tag names in this file.

@dhh
Copy link
Member Author

@dhh dhh commented on 416860d Aug 22, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'll run the action by hand 👍

Please sign in to comment.