Skip to content

Commit

Permalink
Merge pull request #41 from jcgillespie/dependabot/github_actions/doc…
Browse files Browse the repository at this point in the history
…ker/build-push-action-6
  • Loading branch information
dependabot[bot] committed Jun 17, 2024
2 parents 4d25458 + d3c303d commit b0354f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
-
name: Build and push
id: docker_build
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
platforms: linux/amd64
push: false
2 changes: 1 addition & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
-
name: Build and push
id: docker_build
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
push: true
tags: jcgillespie/mssql-sqlpackage:latest

0 comments on commit b0354f4

Please sign in to comment.