Skip to content

Commit

Permalink
Reverting docker/build-push-action version bump due to a known issue
Browse files Browse the repository at this point in the history
  • Loading branch information
PujaVad authored Dec 12, 2023
1 parent 5084328 commit 629be3b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-test-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ jobs:
username: ${{ secrets.QUAY_USERNAME }}
password: ${{ secrets.QUAY_ROBOT_TOKEN }}
- name: Build and push
uses: docker/build-push-action@v5
uses: docker/build-push-action@v3
with:
context: .
platforms: linux/amd64, linux/arm64, linux/ppc64le, linux/s390x
Expand All @@ -128,7 +128,7 @@ jobs:
- name: Build and push single-arch amd64 image
if: github.event_name != 'pull_request'
#if: startsWith(github.ref, 'refs/tags/v')
uses: docker/build-push-action@v5
uses: docker/build-push-action@v3
with:
context: .
platforms: linux/amd64
Expand All @@ -153,7 +153,7 @@ jobs:
- name: Build and push single-arch arm64 image
if: github.event_name != 'pull_request'
#if: startsWith(github.ref, 'refs/tags/v')
uses: docker/build-push-action@v5
uses: docker/build-push-action@v3
with:
context: .
platforms: linux/arm64
Expand Down

0 comments on commit 629be3b

Please sign in to comment.