ci: update docker/build-push-action action to v4

pull/262/head
renovate[bot] 4 months ago committed by Christian Nicolai
parent b56922c3c8
commit 6463999ab4

@ -42,7 +42,7 @@ jobs:
password: ${{ secrets.DOCKER_TOKEN }}
- name: Build and push Docker image for dyndnsd ${{ env.DYNDNSD_VERSION }}
uses: docker/build-push-action@v3
uses: docker/build-push-action@v4
with:
context: docker
build-args: |

Loading…
Cancel
Save