Skip to content

Commit 1d68f61

Browse files
Renovate GitHub Bothuxuan
authored andcommitted
chore(deps): update docker/build-push-action action to v5.2.0
1 parent b25da4c commit 1d68f61

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/devcontainer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Build and push dev container
1818
env:
1919
SOURCE_DATE_EPOCH: 0
20-
uses: docker/build-push-action@4a13e500e55cf31b7a5d59a38ab2040ab0f42f56 # v5.1.0
20+
uses: docker/build-push-action@af5a7ed5ba88268d5278f7203fb52cd833f66d6e # v5.2.0
2121
with:
2222
build-args: |
2323
PYTHON_VERSION=${{ matrix.python-version }}

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
- name: Build and push dev container
6666
env:
6767
SOURCE_DATE_EPOCH: 0
68-
uses: docker/build-push-action@4a13e500e55cf31b7a5d59a38ab2040ab0f42f56 # v5.1.0
68+
uses: docker/build-push-action@af5a7ed5ba88268d5278f7203fb52cd833f66d6e # v5.2.0
6969
with:
7070
build-args: |
7171
PYTHON_VERSION=${{ matrix.python-version }}
@@ -81,7 +81,7 @@ jobs:
8181
- name: Build and push prod container
8282
env:
8383
SOURCE_DATE_EPOCH: 0
84-
uses: docker/build-push-action@4a13e500e55cf31b7a5d59a38ab2040ab0f42f56 # v5.1.0
84+
uses: docker/build-push-action@af5a7ed5ba88268d5278f7203fb52cd833f66d6e # v5.2.0
8585
with:
8686
build-args: |
8787
PYTHON_VERSION=${{ matrix.python-version }}

0 commit comments

Comments
 (0)