Skip to content
Merged
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/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:

- name: Build and push Docker image (Production Release)
id: build-and-push
uses: docker/build-push-action@66147ca503440c95dd9a97e9047c11af18d5cfeb
uses: docker/build-push-action@548776e8d0d44ea63feed0c8a944e6235fc63eee
with:
context: .
platforms: linux/amd64,linux/arm64,linux/arm/v7
Expand Down Expand Up @@ -134,7 +134,7 @@ jobs:

- name: Build and push Docker image (Development Release)
id: build-and-push
uses: docker/build-push-action@66147ca503440c95dd9a97e9047c11af18d5cfeb
uses: docker/build-push-action@548776e8d0d44ea63feed0c8a944e6235fc63eee
with:
context: .
platforms: linux/amd64,linux/arm64,linux/arm/v7
Expand Down