Skip to content

Commit

Permalink
Merge remote-tracking branch 'github/main' into emits_resource_for_pr…
Browse files Browse the repository at this point in the history
…ometheus
  • Loading branch information
owent committed Sep 14, 2023
2 parents 1ffba54 + f5f3934 commit 401a8ac
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/dependencies_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@ jobs:
uses: actions/checkout@v4
-
name: Set up QEMU
uses: docker/setup-qemu-action@v2
uses: docker/setup-qemu-action@v3
-
name: Set up Docker Buildx
id: buildx
uses: docker/setup-buildx-action@v2
uses: docker/setup-buildx-action@v3
-
name: Build Image
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
builder: ${{ steps.buildx.outputs.name }}
context: ci/
Expand Down

0 comments on commit 401a8ac

Please sign in to comment.