diff --git a/.github/workflows/update-base-image.yml b/.github/workflows/update-base-image.yml index b9b1c4a..f00715e 100644 --- a/.github/workflows/update-base-image.yml +++ b/.github/workflows/update-base-image.yml @@ -33,7 +33,7 @@ jobs: - name: Build and push to Docker Hub and Github Packages Docker Registry id: docker_build - uses: docker/build-push-action@v2.7.0 + uses: docker/build-push-action@v2.8.0 with: push: true tags: | diff --git a/.github/workflows/update-image-on-push.yml b/.github/workflows/update-image-on-push.yml index 1e7ff23..7494c29 100644 --- a/.github/workflows/update-image-on-push.yml +++ b/.github/workflows/update-image-on-push.yml @@ -34,7 +34,7 @@ jobs: - name: Build and push to Docker Hub and Github Packages Docker Registry id: docker_build - uses: docker/build-push-action@v2.7.0 + uses: docker/build-push-action@v2.8.0 with: push: true tags: |