Skip to content

Commit

Permalink
Merge pull request #92 from Qlever-LLC/dependabot/github_actions/dock…
Browse files Browse the repository at this point in the history
…er/build-push-action-4.1.1

Bump docker/build-push-action from 4.0.0 to 4.1.1
  • Loading branch information
awlayton authored Jul 24, 2023
2 parents 2935567 + 615d492 commit c6e4de1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-push-services.yml
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}

- name: Build and push images
uses: docker/build-push-action@v4.0.0
uses: docker/build-push-action@v4.1.1
with:
context: ${{ matrix.context }}
file: ${{ matrix.context }}/Dockerfile
Expand Down

0 comments on commit c6e4de1

Please sign in to comment.