Skip to content

Commit

Permalink
Fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
dhh committed Oct 23, 2023
1 parent 5ecf33d commit c3ba8c4
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 @@ -51,5 +51,5 @@ jobs:
platforms: linux/amd64,linux/arm64
push: true
tags: |
ghcr.io/basecamp/kamal:latest
ghcr.io/basecamp/kamal:${{ steps.version-tag.outputs.value }}
ghcr.io/basecamp/kamal-skiff:latest
ghcr.io/basecamp/kamal-skiff:${{ steps.version-tag.outputs.value }}

0 comments on commit c3ba8c4

Please sign in to comment.