diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a798eb7..6ce8244 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -27,7 +27,7 @@ jobs: build_file: Dockerfile registry: git.coopgo.io username: ${{gitea.actor}} - password: ${{env.PASSWORD}} + password: ${{secrets.PASSWORD}} image: ${{gitea.repository}} tag: ${{gitea.ref_name}} cache: true