From 9b58bc5c470d8c0be9b7d357f1f7f48c9e72f786 Mon Sep 17 00:00:00 2001 From: Kevin Mack Date: Mon, 10 Jun 2024 12:10:18 +0000 Subject: [PATCH] Adding docker login --- .github/workflows/feature.yml | 7 +++++++ 1 file changed, 7 insertions(+) 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