Correct build-main workflow
All checks were successful
Build Image / Validate Image (push) Successful in 1m40s
Build Image / Publish Image (push) Successful in 4m17s
Build Image / Notify (push) Successful in 3s

This commit is contained in:
MrMeeb 2024-05-12 11:33:34 +00:00
parent 295c554933
commit 1b8831b888

View File

@ -75,11 +75,7 @@ jobs:
"Notify": "Notify":
runs-on: [ubuntu-docker-latest, linux/amd64] runs-on: [ubuntu-docker-latest, linux/amd64]
<<<<<<< HEAD
needs: ["Build Image", "Validate Image"]
=======
needs: ["Validate Image", "Publish Image"] needs: ["Validate Image", "Publish Image"]
>>>>>>> automation
steps: steps:
- name: Notify of success - name: Notify of success
uses: rjstone/discord-webhook-notify@v1 uses: rjstone/discord-webhook-notify@v1