diff --git a/.github/workflows/deploy_docker.yml b/.github/workflows/deploy_docker.yml index ac2e87849..479b31044 100644 --- a/.github/workflows/deploy_docker.yml +++ b/.github/workflows/deploy_docker.yml @@ -8,6 +8,10 @@ on: jobs: docker: runs-on: ubuntu-latest + permissions: + packages: write + contents: read + steps: - name: Set up QEMU @@ -26,5 +30,6 @@ jobs: uses: docker/build-push-action@v5 with: context: . + file: ./Dockerfile push: true - tags: ${{ secrets.DOCKERHUB_USERNAME }}/owl-arm64v8:latest \ No newline at end of file + tags: matrixanger/owl-arm64v8:latest \ No newline at end of file