diff --git a/.github/workflows/basesystem.yml b/.github/workflows/basesystem.yml index 6b33fd2..eb2f864 100644 --- a/.github/workflows/basesystem.yml +++ b/.github/workflows/basesystem.yml @@ -77,7 +77,7 @@ jobs: password: ${{ secrets.STORM_CI_DOCKER_TOKEN }} - name: Build and push by digest id: build - uses: docker/build-push-action@v6 + uses: docker/build-push-action@v7 with: file: ${{ matrix.image.file }} # Set build arguments diff --git a/.github/workflows/dependencies.yml b/.github/workflows/dependencies.yml index a909dfd..f596744 100644 --- a/.github/workflows/dependencies.yml +++ b/.github/workflows/dependencies.yml @@ -65,7 +65,7 @@ jobs: password: ${{ secrets.STORM_CI_DOCKER_TOKEN }} - name: Build and push by digest id: build - uses: docker/build-push-action@v6 + uses: docker/build-push-action@v7 with: file: ${{ matrix.image.file }} # Set build arguments