Browse Source

[deps]: Update docker/build-push-action action to v5.3.0 (#133)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
pull/134/head
renovate[bot] 2 years ago committed by GitHub
parent
commit
f47e89df3a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      .github/workflows/build.yml

2
.github/workflows/build.yml

@ -108,7 +108,7 @@ jobs:
unzip KeyConnector.zip -d src/KeyConnector/obj/build-output/publish unzip KeyConnector.zip -d src/KeyConnector/obj/build-output/publish
- name: Build Docker image - name: Build Docker image
uses: docker/build-push-action@4a13e500e55cf31b7a5d59a38ab2040ab0f42f56 # v5.1.0 uses: docker/build-push-action@2cdde995de11925a030ce8070c3d77a52ffcf1c0 # v5.3.0
with: with:
context: src/KeyConnector context: src/KeyConnector
file: src/KeyConnector/Dockerfile file: src/KeyConnector/Dockerfile

Loading…
Cancel
Save