Skip to content

Commit

Permalink
chore: update Docker build action to v6 in nightly build workflow
Browse files Browse the repository at this point in the history
- Upgraded the Docker build and push action from v5 to v6 to leverage improved performance and security features.
- This change ensures the nightly build workflow utilizes the latest optimizations available in the Docker action.
  • Loading branch information
tphakala committed Jan 16, 2025
1 parent 13f0968 commit d0dc27b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nightly-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ jobs:
type=raw,value=nightly-{{date 'YYYYMMDD'}}
- name: Build and push Docker image
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: .
push: true
Expand Down

0 comments on commit d0dc27b

Please sign in to comment.