diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml index 60654e6..43da1d4 100644 --- a/.gitea/workflows/test.yaml +++ b/.gitea/workflows/test.yaml @@ -9,14 +9,14 @@ jobs: - name: Checkout uses: actions/checkout@v4 - - name: Build and push with Kaniko + - name: Build and push with Kaniko uses: aevea/action-kaniko@master with: registry: harbor.apps.kopikopi.com.ru username: ${{ secrets.HARBOR_USERNAME }} password: ${{ secrets.HARBOR_PASSWORD }} image: drone/test - tag: latest # Добавляем main и latest + tag: ${{ gitea.sha }} # Добавляем main и latest context: . dockerfile: Dockerfile cache: true