diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f194432..0021781 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -14,31 +14,22 @@ jobs: - name: Checkout Repository uses: actions/checkout@v4 - - name: Test Variables - run: | - echo "USER:${{env.USER}}" - echo "PASS:${{env.PASSWORD}}" - env: - USER: ${{github.actor}} - PASSWORD: ${{secrets.GITHUB_TOKEN}} - # KANIKO - name: Kaniko build and push uses: aevea/action-kaniko@master with: build_file: Dockerfile registry: git.coopgo.io - username: ${{github.actor}} + username: ${{gitea.actor}} password: ${{env.PASSWORD}} image: coopgo-platform/mobility-accounts tag: test cache: true cache_registry: git.coopgo.io/coopgo-platform/mobility-accounts/cache extra-args: | - ACCESS_TOKEN_USR=${{env.USER}} + ACCESS_TOKEN_USR=${{gitea.actor}} ACCESS_TOKEN_PWD=${{env.PASSWORD}} env: - USER: ${{github.actor}} PASSWORD: 6744954b4a3a43422e62e8d110f90de527ce094d