Skip to content

Commit

Permalink
Merge pull request #92 from MeshAddicts/dependabot/github_actions/doc…
Browse files Browse the repository at this point in the history
…ker/build-push-action-6

Bump docker/build-push-action from 5 to 6
  • Loading branch information
kevinelliott authored Sep 6, 2024
2 parents d6468a9 + 6a3c002 commit 48776db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
run: |
echo '${{ toJSON(github) }}' > version-info.json
- name: Build and push
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: .
platforms: linux/amd64,linux/arm64
Expand Down Expand Up @@ -82,7 +82,7 @@ jobs:
run: |
echo '${{ toJSON(github) }}' > version-info.json
- name: Build and push
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: .
file: ./Dockerfile.spa
Expand Down

0 comments on commit 48776db

Please sign in to comment.