diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 434e709..441199d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -42,7 +42,7 @@ jobs: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }} - name: Build and push the image - uses: docker/build-push-action@v2 + uses: docker/build-push-action@v3 with: context: image file: image/Dockerfile