Skip to content

Commit 79939b4

Browse files
Bump docker/build-push-action from 6 to 7 (eclipse-basyx#1089)
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6 to 7. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v6...v7) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1135c49 commit 79939b4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/docker-prerelease-ui.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
run: echo "SHORT_SHA=${GITHUB_SHA:0:7}" >> $GITHUB_ENV
5656

5757
- name: Build and Push Docker Image (Pre-release)
58-
uses: docker/build-push-action@v6
58+
uses: docker/build-push-action@v7
5959
with:
6060
context: ./aas-web-ui
6161
file: ./aas-web-ui/Dockerfile

.github/workflows/docker-release-ui.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
6161
# Step 5: Build and Push Docker Images
6262
- name: Build and Push Docker Images
63-
uses: docker/build-push-action@v6
63+
uses: docker/build-push-action@v7
6464
with:
6565
context: ./aas-web-ui
6666
file: ./aas-web-ui/Dockerfile

0 commit comments

Comments
 (0)