Browse Source

Update docker/build-push-action action to v5 (#152)

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

2
.github/workflows/build-unified.yml

@ -146,7 +146,7 @@ jobs: @@ -146,7 +146,7 @@ jobs:
path: 'server'
- name: Build and push Docker image
uses: docker/build-push-action@3b5e8027fcad23fda98b2e3ac259d8d67585f671 # v3.2.0
uses: docker/build-push-action@0565240e2d4ab88bba5387d719585280857ece09 # v5.0.0
with:
context: .
file: docker-unified/Dockerfile

Loading…
Cancel
Save