Skip to content
This repository has been archived by the owner on May 19, 2023. It is now read-only.

Bump docker/build-push-action from 3.1.1 to 3.3.0 #189

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/release-container.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
username: ${{ github.repository_owner }}
password: ${{ secrets.CR_PAT }}
- name: Build and push container (multi arch)
uses: docker/build-push-action@v3.1.1
uses: docker/build-push-action@v3.3.0
with:
push: true
context: .
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/trivy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- name: Set up Docker Buildx
uses: docker/[email protected]
- name: Build container (multi arch)
uses: docker/build-push-action@v3.1.1
uses: docker/build-push-action@v3.3.0
with:
context: .
file: ./Dockerfile
Expand Down