Skip to content
This repository was archived by the owner on Nov 28, 2024. It is now read-only.
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
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:

# Build arm image
- name: Build and push Docker image
uses: docker/build-push-action@1a162644f9a7e87d8f4b053101d1d9a712edc18c
uses: docker/build-push-action@32945a339266b759abcbdc89316275140b0fc960
with:
file: .github/action-assets/multi-platform.dockerfile
context: .
Expand All @@ -103,7 +103,7 @@ jobs:

# Build linux/amd64 image
- name: Build and push Docker image
uses: docker/build-push-action@1a162644f9a7e87d8f4b053101d1d9a712edc18c
uses: docker/build-push-action@32945a339266b759abcbdc89316275140b0fc960
with:
file: .github/action-assets/multi-platform.dockerfile
context: .
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/rolling-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:

# Build arm image
- name: Build and push Docker image
uses: docker/build-push-action@1a162644f9a7e87d8f4b053101d1d9a712edc18c
uses: docker/build-push-action@32945a339266b759abcbdc89316275140b0fc960
with:
file: .github/action-assets/multi-platform.dockerfile
context: .
Expand All @@ -101,7 +101,7 @@ jobs:

# Build linux/amd64 image
- name: Build and push Docker image
uses: docker/build-push-action@1a162644f9a7e87d8f4b053101d1d9a712edc18c
uses: docker/build-push-action@32945a339266b759abcbdc89316275140b0fc960
with:
file: .github/action-assets/multi-platform.dockerfile
context: .
Expand Down