Skip to content

Commit

Permalink
Merge pull request #433 from go-faster/dependabot/github_actions/dock…
Browse files Browse the repository at this point in the history
…er/build-push-action-6

chore(deps): bump docker/build-push-action from 5 to 6
  • Loading branch information
tdakkota committed Jun 18, 2024
2 parents 206a1b2 + ddb634a commit 3d1ce47
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
go build -trimpath -buildvcs=false -v ./cmd/chotel
- name: Base image
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: .
file: deploy.Dockerfile
Expand All @@ -85,7 +85,7 @@ jobs:
cache-to: type=gha,mode=max

- name: Proxy image
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: .
file: deploy.proxy.Dockerfile
Expand All @@ -95,7 +95,7 @@ jobs:
cache-to: type=gha,mode=max

- name: ClickHouse OTEL Exporter Image
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: .
file: deploy.chotel.Dockerfile
Expand Down Expand Up @@ -206,7 +206,7 @@ jobs:
go build -trimpath -buildvcs=false -v ./cmd/otelbot
- name: Application image
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: .
file: deploy.otelbot.Dockerfile
Expand All @@ -216,7 +216,7 @@ jobs:
cache-to: type=gha,mode=max

- name: Migrate image
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
file: internal/otelbench/migrate.Dockerfile
push: true
Expand Down

0 comments on commit 3d1ce47

Please sign in to comment.