Skip to content

Commit

Permalink
chore(deps): update docker/build-push-action action to v5.2.0 (#382)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate GitHub Bot <github@renovatebot.com>
Co-authored-by: Xuan Hu <i@huxuan.org>
  • Loading branch information
3 people committed Mar 11, 2024
1 parent b25da4c commit 6ba4bde
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/devcontainer.yml
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Build and push dev container
env:
SOURCE_DATE_EPOCH: 0
uses: docker/build-push-action@4a13e500e55cf31b7a5d59a38ab2040ab0f42f56 # v5.1.0
uses: docker/build-push-action@af5a7ed5ba88268d5278f7203fb52cd833f66d6e # v5.2.0
with:
build-args: |
PYTHON_VERSION=${{ matrix.python-version }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Expand Up @@ -65,7 +65,7 @@ jobs:
- name: Build and push dev container
env:
SOURCE_DATE_EPOCH: 0
uses: docker/build-push-action@4a13e500e55cf31b7a5d59a38ab2040ab0f42f56 # v5.1.0
uses: docker/build-push-action@af5a7ed5ba88268d5278f7203fb52cd833f66d6e # v5.2.0
with:
build-args: |
PYTHON_VERSION=${{ matrix.python-version }}
Expand All @@ -81,7 +81,7 @@ jobs:
- name: Build and push prod container
env:
SOURCE_DATE_EPOCH: 0
uses: docker/build-push-action@4a13e500e55cf31b7a5d59a38ab2040ab0f42f56 # v5.1.0
uses: docker/build-push-action@af5a7ed5ba88268d5278f7203fb52cd833f66d6e # v5.2.0
with:
build-args: |
PYTHON_VERSION=${{ matrix.python-version }}
Expand Down
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Build and push dev container
env:
SOURCE_DATE_EPOCH: 0
uses: docker/build-push-action@4a13e500e55cf31b7a5d59a38ab2040ab0f42f56 # v5.1.0
uses: docker/build-push-action@af5a7ed5ba88268d5278f7203fb52cd833f66d6e # v5.2.0
with:
build-args: |
PYTHON_VERSION={{ '${{ matrix.python-version }}' }}
Expand Down
Expand Up @@ -66,7 +66,7 @@ jobs:
- name: Build and push dev container
env:
SOURCE_DATE_EPOCH: 0
uses: docker/build-push-action@4a13e500e55cf31b7a5d59a38ab2040ab0f42f56 # v5.1.0
uses: docker/build-push-action@af5a7ed5ba88268d5278f7203fb52cd833f66d6e # v5.2.0
with:
build-args: |
PYTHON_VERSION={{ '${{ matrix.python-version }}' }}
Expand All @@ -82,7 +82,7 @@ jobs:
- name: Build and push prod container
env:
SOURCE_DATE_EPOCH: 0
uses: docker/build-push-action@4a13e500e55cf31b7a5d59a38ab2040ab0f42f56 # v5.1.0
uses: docker/build-push-action@af5a7ed5ba88268d5278f7203fb52cd833f66d6e # v5.2.0
with:
build-args: |
PYTHON_VERSION={{ '${{ matrix.python-version }}' }}
Expand Down

0 comments on commit 6ba4bde

Please sign in to comment.