1
0
mirror of https://github.com/cmur2/dyndnsd.git synced 2024-09-20 17:02:17 +02:00

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

This commit is contained in:
renovate[bot] 2023-02-02 05:54:38 +00:00 committed by Christian Nicolai
parent b56922c3c8
commit 6463999ab4

View File

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