Skip to content

Commit

Permalink
chore: update Docker build action to v6 in release workflow
Browse files Browse the repository at this point in the history
- Upgraded the Docker build and push action from v5 to v6 for improved performance and security.
- This change ensures the release build workflow utilizes the latest features and optimizations available in the Docker action.
  • Loading branch information
tphakala committed Jan 16, 2025
1 parent d9ed373 commit 13f0968
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ jobs:
type=raw,value=latest
- 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 13f0968

Please sign in to comment.