Skip to content

Commit a28bb87

Browse files
ci(github-action): update action docker/build-push-action ( v7.0.0 → v7.1.0 ) (#2832)
| datasource | package | from | to | | ----------- | ------------------------ | ------ | ------ | | github-tags | docker/build-push-action | v7.0.0 | v7.1.0 | Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent c7523bd commit a28bb87

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-images.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
id: time
2929
run: echo "time=$(date +'%s')" >> "$GITHUB_OUTPUT"
3030
- name: Build and push images
31-
uses: docker/build-push-action@v7.0.0
31+
uses: docker/build-push-action@v7.1.0
3232
with:
3333
context: containers/${{ matrix.context }}
3434
push: ${{ github.ref == 'refs/heads/main' }}

0 commit comments

Comments
 (0)