Skip to content

Commit

Permalink
fix cannot build docker image when using gitea action
Browse files Browse the repository at this point in the history
  • Loading branch information
mayswind committed Sep 3, 2023
1 parent 203005f commit 2073c46
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitea/workflows/docker-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ jobs:
with:
file: Dockerfile
context: .
provenance: false
platforms: ${{ vars.BUILD_PLATFORMS }}
push: true
build-args: |
Expand Down
1 change: 1 addition & 0 deletions .gitea/workflows/docker-snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ jobs:
with:
file: Dockerfile
context: .
provenance: false
platforms: ${{ vars.BUILD_PLATFORMS }}
push: true
tags: ${{ steps.meta.outputs.tags }}
Expand Down

0 comments on commit 2073c46

Please sign in to comment.