Skip to content

Commit

Permalink
build(deps): bump docker/build-push-action from 4 to 5 (#2987)
Browse files Browse the repository at this point in the history
  • Loading branch information
flavorjones authored Sep 18, 2023
2 parents f43017d + ec2d905 commit fe7f7ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/generate-ci-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
username: ${{github.actor}}
password: ${{secrets.GITHUB_TOKEN}}
- name: ${{matrix.tag}}
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
context: "."
push: true
Expand Down

0 comments on commit fe7f7ae

Please sign in to comment.