From 511831009ffe36a82e8289ed8e5d79020ae56c38 Mon Sep 17 00:00:00 2001 From: "J.Stark" Date: Thu, 7 Mar 2024 19:52:03 +0100 Subject: [PATCH] fixing... --- .github/workflows/deploy_docker.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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