diff options
Diffstat (limited to '.github/workflows/publish.yml')
| -rw-r--r-- | .github/workflows/publish.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 4e386603..3ff68b50 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -25,7 +25,7 @@ jobs: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }} - name: Push to Docker Hub - uses: docker/build-push-action@v2 + uses: docker/build-push-action@v3 with: push: true file: opendc-web/opendc-web-runner/Dockerfile @@ -51,7 +51,7 @@ jobs: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }} - name: Push to Docker Hub - uses: docker/build-push-action@v2 + uses: docker/build-push-action@v3 with: push: true file: opendc-web/opendc-web-api/Dockerfile @@ -77,7 +77,7 @@ jobs: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }} - name: Push to Docker Hub - uses: docker/build-push-action@v2 + uses: docker/build-push-action@v3 with: push: true context: opendc-web/opendc-web-ui |
