Skip to content
This repository was archived by the owner on Nov 1, 2024. It is now read-only.

Commit 01a233d

Browse files
Bump docker/build-push-action from 3 to 5
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 3 to 5. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v3...v5) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent bb61156 commit 01a233d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build-and-deploy-dev.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
username: ${{ github.actor }}
4040
password: ${{ secrets.GITHUB_TOKEN }}
4141
- name: Build and push Dockerimage
42-
uses: docker/build-push-action@v3
42+
uses: docker/build-push-action@v5
4343
with:
4444
context: .
4545
push: true

.github/workflows/build-and-deploy-prod.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
username: ${{ github.actor }}
4040
password: ${{ secrets.GITHUB_TOKEN }}
4141
- name: Build and push Dockerimage
42-
uses: docker/build-push-action@v3
42+
uses: docker/build-push-action@v5
4343
with:
4444
context: .
4545
push: true

.github/workflows/deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
username: ${{ github.actor }}
4141
password: ${{ secrets.GITHUB_TOKEN }}
4242
- name: Build and push Dockerimage
43-
uses: docker/build-push-action@v3
43+
uses: docker/build-push-action@v5
4444
with:
4545
context: .
4646
push: true

0 commit comments

Comments
 (0)