Skip to content

Commit

Permalink
ci: fix missing target in publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jcwillox committed Jun 10, 2024
1 parent 2817577 commit 054b894
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ name: "Publish"
on:
release:
types: [published]
workflow_dispatch:

env:
TARGET: rclone_backup

jobs:
publish:
Expand All @@ -28,6 +32,6 @@ jobs:
with:
args: |
--all \
--target rclone_backup \
--target ${{ env.TARGET }} \
--image ${{ steps.information.outputs.image }} \
--docker-hub ${{ steps.information.outputs.repository }}

0 comments on commit 054b894

Please sign in to comment.