diff --git a/.github/workflows/update-base-image.yml b/.github/workflows/update-base-image.yml index df71a07..fbbc33d 100644 --- a/.github/workflows/update-base-image.yml +++ b/.github/workflows/update-base-image.yml @@ -29,7 +29,7 @@ jobs: - name: Build and push to Docker Hub and Github Packages Docker Registry id: docker_build - uses: docker/build-push-action@v2.6.1 + uses: docker/build-push-action@v2.7.0 with: push: true tags: | diff --git a/.github/workflows/update-daily.yml b/.github/workflows/update-daily.yml index e4306f6..89b5d95 100644 --- a/.github/workflows/update-daily.yml +++ b/.github/workflows/update-daily.yml @@ -29,7 +29,7 @@ jobs: - name: Build and push to Docker Hub and Github Packages Docker Registry id: docker_build - uses: docker/build-push-action@v2.6.1 + uses: docker/build-push-action@v2.7.0 with: push: true tags: | diff --git a/.github/workflows/update-image-on-push.yml b/.github/workflows/update-image-on-push.yml index c91381e..21d6d5e 100644 --- a/.github/workflows/update-image-on-push.yml +++ b/.github/workflows/update-image-on-push.yml @@ -30,7 +30,7 @@ jobs: - name: Build and push to Docker Hub and Github Packages Docker Registry id: docker_build - uses: docker/build-push-action@v2.6.1 + uses: docker/build-push-action@v2.7.0 with: push: true tags: |