Skip to content

Commit

Permalink
Merge branch 'main' into renovate/buf.build-gen-go-k8sgpt-ai-k8sgpt-g…
Browse files Browse the repository at this point in the history
…rpc-go-1.x
  • Loading branch information
AlexsJones authored Jul 8, 2024
2 parents adf6230 + 524e4ab commit e8d11af
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_container.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
uses: docker/setup-buildx-action@4fd812986e6c8c2a69e18311145f9371337f27d4 # v3

- name: Build Docker Image
uses: docker/build-push-action@15560696de535e4014efeff63c48f16952e52dd1 # v6
uses: docker/build-push-action@1a162644f9a7e87d8f4b053101d1d9a712edc18c # v6
with:
context: .
platforms: linux/amd64
Expand Down Expand Up @@ -129,7 +129,7 @@ jobs:
uses: docker/setup-buildx-action@4fd812986e6c8c2a69e18311145f9371337f27d4 # v3

- name: Build Docker Image
uses: docker/build-push-action@15560696de535e4014efeff63c48f16952e52dd1 # v6
uses: docker/build-push-action@1a162644f9a7e87d8f4b053101d1d9a712edc18c # v6
with:
context: .
file: ./Dockerfile
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}

- name: Build Docker Image
uses: docker/build-push-action@15560696de535e4014efeff63c48f16952e52dd1 # v6
uses: docker/build-push-action@1a162644f9a7e87d8f4b053101d1d9a712edc18c # v6
with:
context: .
file: ./Dockerfile
Expand Down

0 comments on commit e8d11af

Please sign in to comment.