Skip to content

Commit

Permalink
chore(deps): bump docker/build-push-action from 5 to 6
Browse files Browse the repository at this point in the history
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 5 to 6.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](docker/build-push-action@v5...v6)

---
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 and c0rydoras committed Oct 21, 2024
1 parent cb3b0d3 commit 1f3bc26
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/charts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,15 +53,15 @@ jobs:
uses: docker/setup-buildx-action@v3

- name: Build API Docker Image
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: ./api/
target: prod
load: true
tags: ghcr.io/${{ github.repository_owner }}/outdated/api:latest

- name: Build Ember Docker Image
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: ./ember/
load: true
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
org.opencontainers.image.licenses=${{ github.event.repository.license.spdx_id }}
- name: Build and Push API Docker Image
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
id: docker
with:
context: ./api/
Expand Down Expand Up @@ -163,7 +163,7 @@ jobs:
org.opencontainers.image.licenses=${{ github.event.repository.license.spdx_id }}
- name: Build and Push
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
id: docker
with:
context: ./ember/
Expand Down

0 comments on commit 1f3bc26

Please sign in to comment.