Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into feature/upgrade_ubunt…
Browse files Browse the repository at this point in the history
…u_image
  • Loading branch information
cdalvaro committed Jul 21, 2022
2 parents 524c2bd + 365569d commit 53bcf55
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
${{ runner.os }}-buildx-
- name: Build docker-salt-master image
uses: docker/build-push-action@v3.0.0
uses: docker/build-push-action@v3.1.0
with:
context: .
file: ./Dockerfile
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ jobs:
password: ${{ secrets.QUAYIO_PASSWORD }}

- name: Build
uses: docker/build-push-action@v3.0.0
uses: docker/build-push-action@v3.1.0
with:
context: .
file: ./Dockerfile
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/security-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: Build docker-salt-master image
if: github.event_name != 'schedule'
uses: docker/build-push-action@v3.0.0
uses: docker/build-push-action@v3.1.0
with:
context: .
file: ./Dockerfile
Expand Down

0 comments on commit 53bcf55

Please sign in to comment.