Skip to content

Commit f7d7288

Browse files
committed
👷‍♂️ Copy-paste the whole build bit from the working repo.
This probably won't work but it's a thing to try.
1 parent 7e070d7 commit f7d7288

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/main.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -76,12 +76,12 @@ jobs:
7676
echo created=$(date -u +'%Y-%m-%dT%H:%M:%SZ') >> $GITHUB_OUTPUT
7777
- name: Set up Docker Buildx
7878
uses: docker/setup-buildx-action@v2
79-
- name: Login to GitHub Container Registry
80-
uses: docker/login-action@v3
79+
- name: Login to Github Container Registry
80+
uses: docker/login-action@v2
8181
with:
82-
registry: ghcr.io
83-
username: ${{ github.actor }}
84-
password: ${{ secrets.GITHUB_TOKEN }}
82+
registry: ghcr.io
83+
username: ${{ github.actor }}
84+
password: ${{ secrets.GITHUB_TOKEN }}
8585
- name: Build and push
8686
uses: docker/build-push-action@v4
8787
with:

0 commit comments

Comments
 (0)