Skip to content

Commit

Permalink
Merge pull request #330 from juliushaertl/renovate/docker-build-push-…
Browse files Browse the repository at this point in the history
…action-6.x

chore(deps): update docker/build-push-action action to v6
  • Loading branch information
juliusknorr authored Jun 17, 2024
2 parents 45af524 + e3fe37c commit b763260
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
DOCKERFILE=$([[ -f "docker/$NAME/Dockerfile" ]] && echo "docker/$NAME/Dockerfile" || echo "docker/Dockerfile.$NAME")
echo "DOCKERFILE=$DOCKERFILE" >> $GITHUB_OUTPUT
- name: Build container image
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
push: false
context: docker/
Expand Down Expand Up @@ -123,7 +123,7 @@ jobs:
path: tests/playwright-report/
retention-days: 30
- name: Push container image
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
if: github.ref == 'refs/heads/master' || github.event_name == 'release'
with:
push: true
Expand Down

0 comments on commit b763260

Please sign in to comment.