diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8869603..0a715f7 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -349,7 +349,7 @@ jobs: - name: Multi-platform build and push to local registry id: image_build - uses: docker/build-push-action@0565240e2d4ab88bba5387d719585280857ece09 + uses: docker/build-push-action@4a13e500e55cf31b7a5d59a38ab2040ab0f42f56 with: context: source # The default is to refer to the github.com sha URL, but we need the context as a directory for the downloaded dhis.war file: source/Dockerfile # NOTE: A dhis.war file must be in the same directory as this file