tangled
alpha
login
or
join now
jaydip.me
/
moocup
4
fork
atom
stunning screenshots in seconds https://moocup.jaydip.me
4
fork
atom
overview
issues
2
pulls
pipelines
fix: github action typo
Jaydip Sanghani
6 months ago
0e0d894f
2512204c
+1
-1
1 changed file
expand all
collapse all
unified
split
.github
workflows
docker-build.yml
+1
-1
.github/workflows/docker-build.yml
···
17
17
id: autotag
18
18
uses: phish108/autotag-action@v1.1.64
19
19
with:
20
20
-
github_token: ${{ secrets.GITHUB_TOKEN }}
20
20
+
github-token: ${{ secrets.GITHUB_TOKEN }}
21
21
22
22
- name: Log in to Docker Hub
23
23
uses: docker/login-action@v2