diff --git a/.github/workflows/build-containers.yml b/.github/workflows/build-containers.yml index c076faa419..34c1cb4c03 100644 --- a/.github/workflows/build-containers.yml +++ b/.github/workflows/build-containers.yml @@ -54,7 +54,7 @@ jobs: id: date run: echo "date=$(date '+%FT%TZ')" >> $GITHUB_OUTPUT - name: Build and push image to GitHub container registry - uses: docker/build-push-action@v6.16.0 + uses: docker/build-push-action@v6.17.0 with: context: . push: true