Skip to content

Commit

Permalink
Adding ghcr
Browse files Browse the repository at this point in the history
  • Loading branch information
llaniewski committed Sep 7, 2023
1 parent 03ef67e commit e5936d9
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/cpu_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ jobs:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1
- name: Log in to the Container registry
uses: docker/login-action@v2
with:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
uses: docker/login-action@v2
with:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build ubuntu-22.04 small cuda 11.7
uses: docker/build-push-action@v2
with:
Expand Down
10 changes: 5 additions & 5 deletions generate.Rt
Original file line number Diff line number Diff line change
Expand Up @@ -82,11 +82,11 @@ jobs:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1
- name: Log in to the Container registry
uses: docker/login-action@v2
with:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}<?R
uses: docker/login-action@v2
with:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}<?R
for (d in rows(tab)[1]) { ?>
- name: Build <?%s d$name ?>
uses: docker/build-push-action@v2
Expand Down

0 comments on commit e5936d9

Please sign in to comment.