Skip to content

Commit

Permalink
Bump docker/build-push-action from 5 to 6 (#9)
Browse files Browse the repository at this point in the history
Co-authored-by: thehedhly <[email protected]>
  • Loading branch information
thehedhly and thehedhly authored Jul 17, 2024
1 parent 3a0977c commit f23dd17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
tags: |
type=raw,value=${{ matrix.data.version == '' && 'latest' || matrix.data.version }}
- name: 'Build and push'
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
push: true
context: .
Expand Down

0 comments on commit f23dd17

Please sign in to comment.