diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index b4d4903e..0ab9227d 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -433,7 +433,7 @@ jobs: images: harbor.stfc.ac.uk/datagateway/datagateway-api - name: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' && 'Build and push Docker image to Harbor' || 'Build Docker image' }} - uses: docker/build-push-action@3b5e8027fcad23fda98b2e3ac259d8d67585f671 # v4.0.0 + uses: docker/build-push-action@4a13e500e55cf31b7a5d59a38ab2040ab0f42f56 # v5.1.0 with: context: . push: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}