diff --git a/.github/workflows/feature.yml b/.github/workflows/feature.yml index c454a35..5888ec7 100644 --- a/.github/workflows/feature.yml +++ b/.github/workflows/feature.yml @@ -34,6 +34,13 @@ jobs: mv oras-install/oras /usr/local/bin/ rm -rf oras_0.16.0_*.tar.gz oras-install/ + - name: Log in to the Container registry + uses: docker/login-action@v3 + with: + registry: ${{ env.REGISTRY }} + username: ${{ github.actor }} + password: ${{ secrets.GITHUB_TOKEN }} + - name: Building Feature Package run: | mkdir -p ./output