File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 17
17
- name : Build and push dev container
18
18
env :
19
19
SOURCE_DATE_EPOCH : 0
20
- uses : docker/build-push-action@4a13e500e55cf31b7a5d59a38ab2040ab0f42f56 # v5.1 .0
20
+ uses : docker/build-push-action@af5a7ed5ba88268d5278f7203fb52cd833f66d6e # v5.2 .0
21
21
with :
22
22
build-args : |
23
23
PYTHON_VERSION=${{ matrix.python-version }}
Original file line number Diff line number Diff line change 65
65
- name : Build and push dev container
66
66
env :
67
67
SOURCE_DATE_EPOCH : 0
68
- uses : docker/build-push-action@4a13e500e55cf31b7a5d59a38ab2040ab0f42f56 # v5.1 .0
68
+ uses : docker/build-push-action@af5a7ed5ba88268d5278f7203fb52cd833f66d6e # v5.2 .0
69
69
with :
70
70
build-args : |
71
71
PYTHON_VERSION=${{ matrix.python-version }}
81
81
- name : Build and push prod container
82
82
env :
83
83
SOURCE_DATE_EPOCH : 0
84
- uses : docker/build-push-action@4a13e500e55cf31b7a5d59a38ab2040ab0f42f56 # v5.1 .0
84
+ uses : docker/build-push-action@af5a7ed5ba88268d5278f7203fb52cd833f66d6e # v5.2 .0
85
85
with :
86
86
build-args : |
87
87
PYTHON_VERSION=${{ matrix.python-version }}
You can’t perform that action at this time.
0 commit comments