Skip to content

Commit

Permalink
Merge pull request #1617 from qdraw/dependabot/github_actions/docker/…
Browse files Browse the repository at this point in the history
…build-push-action-6

build(deps): bump docker/build-push-action from 5 to 6
  • Loading branch information
qdraw authored Jun 18, 2024
2 parents 91062b5 + 608c6dc commit b1a448b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
- name: Build and push ${{ steps.pushtags.outputs.tag }}
id: docker_build
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: ./starsky
platforms: linux/amd64,linux/arm64,linux/arm/v7
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/webapp-unstable-docker-buildx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
- name: Build and push master
id: docker_build_push
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
if: github.event_name != 'pull_request'
with:
context: ./starsky
Expand All @@ -70,7 +70,7 @@ jobs:

- name: Build and don't push
id: docker_build_pull_request
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
if: github.event_name == 'pull_request'
with:
context: ./starsky
Expand Down

0 comments on commit b1a448b

Please sign in to comment.