Skip to content

Commit 391979e

Browse files
committed
forgot login
1 parent d4f2e5c commit 391979e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/build-demo-stuff.yaml

+6
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,12 @@ jobs:
1515
steps:
1616
- uses: actions/checkout@v4
1717
name: checkout
18+
- name: Log in to the Container registry
19+
uses: docker/login-action@v2
20+
with:
21+
registry: ${{ env.REGISTRY }}
22+
username: ${{ github.actor }}
23+
password: ${{ secrets.GITHUB_TOKEN }}
1824
- name: Set up Docker Buildx
1925
uses: docker/setup-buildx-action@v3
2026
- name: Docker "connector" meta

0 commit comments

Comments
 (0)