Drop down one version on teh build plugin
Some checks failed
Build and push / changes (push) Successful in 4s
Build and push / Lint-Python (push) Has been skipped
Build and push / Build-and-Push-Docker (push) Failing after 13s
Build and push / sync-argocd-app (push) Successful in 3s

This commit is contained in:
Luke R 2024-05-02 13:23:29 -07:00
parent 736099dfe9
commit 1ea0f0f91e

View File

@ -54,7 +54,7 @@ jobs:
- name: Check out repository code - name: Check out repository code
uses: actions/checkout@v4 uses: actions/checkout@v4
- name: Build and push - name: Build and push
uses: docker/build-push-action@v4 uses: docker/build-push-action@v3
with: with:
context: . context: .
push: true push: true