Skip to content

Commit

Permalink
Merge pull request #256 from sebbo2002/dependabot/github_actions/dock…
Browse files Browse the repository at this point in the history
…er/build-push-action-6
  • Loading branch information
sebbo2002 committed Jun 24, 2024
2 parents 09c64cb + 14407a4 commit 2b129c9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ jobs:
- name: ⚙️ Build project
run: npm run build
- name: 🪄 Build and push
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
continue-on-error: true
id: docker-build-1
with:
Expand All @@ -134,7 +134,7 @@ jobs:
ghcr.io/${{ github.repository }}:cache-${{ hashFiles('package*.json') }}
ghcr.io/${{ github.repository }}:next
- name: 🪄 Build and push (second try)
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
continue-on-error: true
if: steps.docker-build-1.outcome=='failure'
id: docker-build-2
Expand All @@ -158,7 +158,7 @@ jobs:
ghcr.io/${{ github.repository }}:cache-${{ hashFiles('package*.json') }}
ghcr.io/${{ github.repository }}:next
- name: 🪄 Build and push (third try)
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
if: steps.docker-build-2.outcome=='failure'
continue-on-error: true
id: docker-build-3
Expand Down Expand Up @@ -201,7 +201,7 @@ jobs:
- name: 🔄 Push container to DockerHub
id: docker-build-dh
if: ${{ env.PUSH_TO_DOCKERHUB == 'true' }}
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: .
github-token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 2b129c9

Please sign in to comment.