Skip to content

Commit b7080b7

Browse files
authored
Reverting docker/build-push-action due to a known issue (#713)
Known issue: docker/build-push-action#820
1 parent dc798d7 commit b7080b7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build-test-publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
username: ${{ secrets.DOCKERHUB_USERNAME }}
7171
password: ${{ secrets.DOCKERHUB_TOKEN }}
7272
- name: Build and push
73-
uses: docker/build-push-action@v5
73+
uses: docker/build-push-action@v3
7474
with:
7575
context: .
7676
push: true
@@ -89,7 +89,7 @@ jobs:
8989
type=semver,pattern={{version}},suffix=-amd64,latest=false
9090
type=sha,suffix=-amd64,latest=false
9191
- name: Build and push single-arch amd64 image
92-
uses: docker/build-push-action@v5
92+
uses: docker/build-push-action@v3
9393
with:
9494
context: .
9595
platforms: linux/amd64
@@ -108,7 +108,7 @@ jobs:
108108
type=semver,pattern={{version}},suffix=-arm64,latest=false
109109
type=sha,suffix=-arm64,latest=false
110110
- name: Build and push single-arch arm64 image
111-
uses: docker/build-push-action@v5
111+
uses: docker/build-push-action@v3
112112
with:
113113
context: .
114114
platforms: linux/arm64

0 commit comments

Comments
 (0)