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

This commit is contained in:
Renovate Bot 2022-05-12 01:26:36 +00:00
parent 7c2104b0ce
commit 3674b8bf99
No known key found for this signature in database
GPG Key ID: 81C63AE1C224182B
1 changed files with 1 additions and 1 deletions

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@v2 uses: docker/build-push-action@v3
with: with:
context: docker context: docker
build-args: | build-args: |