Skip to content

Commit

Permalink
fix: the context for docker build and removed obsolete options for te…
Browse files Browse the repository at this point in the history
…mplate workflow
  • Loading branch information
ashish1099 committed Oct 30, 2024
1 parent 3c0141b commit 74a1636
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .gitea/workflows/container-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,9 @@ jobs:
uses: Obmondo/gitea-actions/.gitea/workflows/build-image.yaml@main
with:
push: true
context: .gitea
image_name: ${{ env.KUBEAID_CI_IMAGE }}
context: .
file: .gitea/Dockerfile
tags: ${{ secrets.HARBOR_REGISTRY }}/${{ vars.KUBEAID_CI_IMAGE }}:${{ vars.KUBEAID_CI_TAG }}
registry: ${{ secrets.HARBOR_REGISTRY }}
should-run: true
secrets:
username: ${{ secrets.HARBOR_USERNAME }}
password: ${{ secrets.HARBOR_PASSWORD }}

0 comments on commit 74a1636

Please sign in to comment.