Update publish-docker.yml

This commit is contained in:
Daniel Bauer
2022-11-27 13:15:38 +01:00
committed by GitHub
parent 76aff140fd
commit ffea45e0f6

View File

@@ -20,7 +20,7 @@ jobs:
username: ${{secrets.DOCKER_USER}}
password: ${{secrets.DOCKER_PASSWORD}}
- name: docker build and push
uses: docker/build-and-push@v2
uses: docker/build-push-action@v3
with:
context: .
push: true