wtf???
Signed-off-by: Xe Iaso <me@xeiaso.net>
This commit is contained in:
parent
28d98d4b62
commit
141416283a
@ -17,6 +17,8 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
version: "latest" # or pin to an specific version, e.g. "0.8.1"
|
version: "latest" # or pin to an specific version, e.g. "0.8.1"
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
- name: Set up Docker Buildx
|
||||||
|
uses: https://github.com/docker/setup-buildx-action@v3
|
||||||
- name: Docker login # to avoid dockerhub rate-limiting
|
- name: Docker login # to avoid dockerhub rate-limiting
|
||||||
run: docker login --username "${{ secrets.DOCKERHUB_USERNAME }}" --password "${{ secrets.DOCKERHUB_PASSWORD }}"
|
run: docker login --username "${{ secrets.DOCKERHUB_USERNAME }}" --password "${{ secrets.DOCKERHUB_PASSWORD }}"
|
||||||
- name: Log into ghcr.io
|
- name: Log into ghcr.io
|
||||||
|
Loading…
x
Reference in New Issue
Block a user