Skip to content

Commit 5118310

Browse files
committed
fixing...
1 parent 650c85c commit 5118310

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/deploy_docker.yml

+6-1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ on:
88
jobs:
99
docker:
1010
runs-on: ubuntu-latest
11+
permissions:
12+
packages: write
13+
contents: read
14+
1115
steps:
1216
-
1317
name: Set up QEMU
@@ -26,5 +30,6 @@ jobs:
2630
uses: docker/build-push-action@v5
2731
with:
2832
context: .
33+
file: ./Dockerfile
2934
push: true
30-
tags: ${{ secrets.DOCKERHUB_USERNAME }}/owl-arm64v8:latest
35+
tags: matrixanger/owl-arm64v8:latest

0 commit comments

Comments
 (0)