Skip to content

Commit d64fe21

Browse files
dependabot[bot]lorenzodonini
authored andcommitted
Bump docker/build-push-action from 3 to 6
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 3 to 6. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v3...v6) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f8da6a4 commit d64fe21

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.github/workflows/docker-publish.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,31 +18,31 @@ jobs:
1818
username: ${{ secrets.DOCKER_USERNAME }}
1919
password: ${{ secrets.DOCKER_PASSWORD }}
2020
- name: Build Central System 1.6 example
21-
uses: docker/build-push-action@v3
21+
uses: docker/build-push-action@v6
2222
with:
2323
push: true
2424
tags: ldonini/ocpp1.6-central-system:latest
2525
file: example/1.6/cs/Dockerfile
2626
platforms: linux/amd64,linux/arm64
2727
context: .
2828
- name: Build Charge Point 1.6 example
29-
uses: docker/build-push-action@v3
29+
uses: docker/build-push-action@v6
3030
with:
3131
push: true
3232
tags: ldonini/ocpp1.6-charge-point:latest
3333
file: example/1.6/cp/Dockerfile
3434
platforms: linux/amd64,linux/arm64
3535
context: .
3636
- name: Build CSMS 2.0.1 example
37-
uses: docker/build-push-action@v3
37+
uses: docker/build-push-action@v6
3838
with:
3939
push: true
4040
tags: ldonini/ocpp2.0.1-csms:latest
4141
file: example/2.0.1/csms/Dockerfile
4242
platforms: linux/amd64,linux/arm64
4343
context: .
4444
- name: Build Charging Station 2.0.1 example
45-
uses: docker/build-push-action@v3
45+
uses: docker/build-push-action@v6
4646
with:
4747
push: true
4848
tags: ldonini/ocpp2.0.1-charging-station:latest

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,29 +17,29 @@ jobs:
1717
username: ${{ secrets.DOCKER_USERNAME }}
1818
password: ${{ secrets.DOCKER_PASSWORD }}
1919
- name: Release Central System 1.6 example
20-
uses: docker/build-push-action@v3
20+
uses: docker/build-push-action@v6
2121
with:
2222
push: true
2323
tags: ldonini/ocpp1.6-central-system:${{ github.event.release.tag_name }}
2424
file: example/1.6/cs/Dockerfile
2525
context: .
2626
- name: Release Charge Point 1.6 example
27-
uses: docker/build-push-action@v3
27+
uses: docker/build-push-action@v6
2828
with:
2929
push: true
3030
tags: ldonini/ocpp1.6-charge-point:${{ github.event.release.tag_name }}
3131
file: example/1.6/cp/Dockerfile
3232
context: .
3333
- name: Release CSMS 2.0.1 example
34-
uses: docker/build-push-action@v3
34+
uses: docker/build-push-action@v6
3535
with:
3636
push: true
3737
tags: ldonini/ocpp2.0.1-csms:${{ github.event.release.tag_name }}
3838
file: example/2.0.1/csms/Dockerfile
3939
platforms: linux/amd64,linux/arm64
4040
context: .
4141
- name: Release charging station 2.0.1 example
42-
uses: docker/build-push-action@v3
42+
uses: docker/build-push-action@v6
4343
with:
4444
push: true
4545
tags: ldonini/ocpp2.0.1-charging-station:${{ github.event.release.tag_name }}

0 commit comments

Comments
 (0)