Skip to content

Commit

Permalink
Bump docker/build-push-action from 5 to 6 (#292)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Jun 17, 2024
1 parent 7075d8c commit e98bb3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
type=semver,pattern={{major}}.{{minor}}.{{patch}}
- name: Build and push Docker image
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: ./src/HostsParser/
push: ${{ github.event_name != 'pull_request' }}
Expand Down

0 comments on commit e98bb3f

Please sign in to comment.