Skip to content

Commit 7186539

Browse files
Update docker/build-push-action action to v5
| datasource | package | from | to | | ----------- | ------------------------ | ---- | -- | | github-tags | docker/build-push-action | v4 | v5 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 825f488 commit 7186539

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build-and-push-containers.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
password: ${{ secrets.CONTAINER_PAT }}
3636

3737
- name: Build and push
38-
uses: docker/build-push-action@v4
38+
uses: docker/build-push-action@v5
3939
with:
4040
context: .
4141
file: ./Dockerfile

.github/workflows/continuous-integration.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
uses: docker/setup-buildx-action@v2
4444

4545
- name: Build container for CI pipeline
46-
uses: docker/build-push-action@v4
46+
uses: docker/build-push-action@v5
4747
with:
4848
context: .
4949
load: true
@@ -125,7 +125,7 @@ jobs:
125125
uses: docker/setup-buildx-action@v2
126126

127127
- name: Build
128-
uses: docker/build-push-action@v4
128+
uses: docker/build-push-action@v5
129129
with:
130130
push: false
131131

0 commit comments

Comments
 (0)