Skip to content

Commit

Permalink
fixing...
Browse files Browse the repository at this point in the history
  • Loading branch information
jzstark committed Mar 7, 2024
1 parent 650c85c commit 5118310
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/deploy_docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ on:
jobs:
docker:
runs-on: ubuntu-latest
permissions:
packages: write
contents: read

steps:
-
name: Set up QEMU
Expand All @@ -26,5 +30,6 @@ jobs:
uses: docker/build-push-action@v5
with:
context: .
file: ./Dockerfile
push: true
tags: ${{ secrets.DOCKERHUB_USERNAME }}/owl-arm64v8:latest
tags: matrixanger/owl-arm64v8:latest

0 comments on commit 5118310

Please sign in to comment.