mirror of
https://github.com/cert-manager/webhook-example.git
synced 2025-07-01 22:35:49 +02:00
chore(deps): update docker/build-push-action action to v3 (#10)
Co-authored-by: plural-renovate[bot] <plural-renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
c986173d3a
commit
2353049afb
1 changed files with 1 additions and 1 deletions
2
.github/workflows/publish.yaml
vendored
2
.github/workflows/publish.yaml
vendored
|
@ -53,7 +53,7 @@ jobs:
|
|||
username: ${{ github.repository_owner }}
|
||||
password: ${{ secrets.GITHUB_TOKEN }}
|
||||
- name: Build and push
|
||||
uses: docker/build-push-action@v2
|
||||
uses: docker/build-push-action@v3
|
||||
with:
|
||||
context: "."
|
||||
file: "./Dockerfile"
|
||||
|
|
Loading…
Reference in a new issue