Skip to content

Commit

Permalink
fix: needs
Browse files Browse the repository at this point in the history
  • Loading branch information
m4dm4rtig4n committed Jan 22, 2024
1 parent 2634fe2 commit 3a56a82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ jobs:
args: '**MyElectricalData** : **${{ needs.informations.outputs.version }}/latest** image version is up to date'

Finish:
needs: [Build-And-Push-Image-AMD64, Build-And-Push-Image-ARM64, Build-And-Push-Image-ARMv6, Build-And-Push-Image-ARMv7]
needs: [Build-And-Push-Image]
name: Finish
runs-on: [ ubuntu-latest ]
steps:
Expand Down

0 comments on commit 3a56a82

Please sign in to comment.