Skip to content

Commit 38936f6

Browse files
renovate[bot]ChristianHuehn
authored andcommitted
chore(deps): update docker/build-push-action action to v6
1 parent 6eae3f9 commit 38936f6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/staging-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
password: ${{ secrets.DOCKER_PASSWORD }}
4848

4949
- name: Build and push Docker image
50-
uses: docker/build-push-action@v5
50+
uses: docker/build-push-action@v6
5151
with:
5252
context: ./analysis
5353
push: true

.github/workflows/staging-visualization.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
password: ${{ secrets.DOCKER_PASSWORD }}
4949

5050
- name: Build and push Docker image
51-
uses: docker/build-push-action@v5
51+
uses: docker/build-push-action@v6
5252
with:
5353
context: ./visualization
5454
push: true

0 commit comments

Comments
 (0)