From f34f61c4ce7c19eb76aa5e09c255367a4325b158 Mon Sep 17 00:00:00 2001 From: Vitalii Mikhailov Date: Sat, 27 Apr 2024 22:28:29 +0300 Subject: [PATCH] Fix --- .github/workflows/features-release.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.github/workflows/features-release.yml b/.github/workflows/features-release.yml index 974951f..1d88a61 100644 --- a/.github/workflows/features-release.yml +++ b/.github/workflows/features-release.yml @@ -14,7 +14,14 @@ jobs: steps: - uses: actions/checkout@v4 - - name: "Publish Features" + - name: Login to Registry + uses: docker/login-action@v3 + with: + registry: ghcr.io + username: BUTR + password: ${{ secrets.TOKEN_GPR }} + + - name: Publish Features uses: devcontainers/action@v1 with: publish-features: "true"