Skip to content

Commit

Permalink
Fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
sboulema committed Oct 30, 2024
1 parent ddb3e09 commit 8b7d235
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@ jobs:
with:
push: true
tags: |
${{ secrets.DOCKERHUB_USERNAME }}/feedarr:${{ env.tag }}
${{ secrets.DOCKERHUB_USERNAME }}/feedarr:${{ github.run_number }}
ghcr.io/${{ github.actor }}/feedarr:${{ env.tag }}
ghcr.io/${{ github.actor }}/feedarr:${{ github.run_number }}
${{ secrets.DOCKERHUB_USERNAME }}/f1widget:${{ env.tag }}
${{ secrets.DOCKERHUB_USERNAME }}/f1widget:${{ github.run_number }}
ghcr.io/${{ github.actor }}/f1widget:${{ env.tag }}
ghcr.io/${{ github.actor }}/f1widget:${{ github.run_number }}
- name: Deploy
uses: appleboy/ssh-action@master
Expand Down

0 comments on commit 8b7d235

Please sign in to comment.