Skip to content

Commit

Permalink
forgot login
Browse files Browse the repository at this point in the history
  • Loading branch information
Aduril committed Jul 31, 2024
1 parent d4f2e5c commit 391979e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build-demo-stuff.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,12 @@ jobs:
steps:
- uses: actions/checkout@v4
name: checkout
- name: Log in to the Container registry
uses: docker/login-action@v2
with:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Docker "connector" meta
Expand Down

0 comments on commit 391979e

Please sign in to comment.