Skip to content

Commit

Permalink
Bump docker/build-push-action from 3 to 5
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
dependabot[bot] authored Sep 18, 2023
1 parent 5de9edb commit 7a763b5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ jobs:
- run: chmod +x bin/kots bin/kotsadm

- name: build and push kotsadm for e2e
uses: docker/build-push-action@v3
uses: docker/build-push-action@v5
with:
tags: ttl.sh/automated-${{ github.run_id }}/kotsadm:24h
context: ./
Expand Down Expand Up @@ -420,7 +420,7 @@ jobs:
- run: mapfile -t envs < <(grep -v '#.*' < .image.env) && export "${envs[@]}" && make -C kurl_proxy test build

- name: build and push kurl_proxy for e2e
uses: docker/build-push-action@v3
uses: docker/build-push-action@v5
with:
tags: ttl.sh/automated-${{ github.run_id }}/kurl-proxy:24h
context: ./kurl_proxy
Expand Down Expand Up @@ -453,7 +453,7 @@ jobs:
path: .image.env

- name: build and push migrations for e2e
uses: docker/build-push-action@v3
uses: docker/build-push-action@v5
with:
tags: ttl.sh/automated-${{ github.run_id }}/kotsadm-migrations:24h
context: ./migrations
Expand Down

0 comments on commit 7a763b5

Please sign in to comment.