Skip to content

Commit 9b58bc5

Browse files
author
Kevin Mack
committedJun 10, 2024
Adding docker login
1 parent d1419e9 commit 9b58bc5

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed
 

‎.github/workflows/feature.yml

+7
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,13 @@ jobs:
3434
mv oras-install/oras /usr/local/bin/
3535
rm -rf oras_0.16.0_*.tar.gz oras-install/
3636
37+
- name: Log in to the Container registry
38+
uses: docker/login-action@v3
39+
with:
40+
registry: ${{ env.REGISTRY }}
41+
username: ${{ github.actor }}
42+
password: ${{ secrets.GITHUB_TOKEN }}
43+
3744
- name: Building Feature Package
3845
run: |
3946
mkdir -p ./output

0 commit comments

Comments
 (0)