mirror of
https://github.com/jorgev259/soc_site-astro.git
synced 2025-06-29 07:57:41 +00:00
.
This commit is contained in:
parent
056693a1f5
commit
0852567bf4
1 changed files with 4 additions and 3 deletions
7
.github/workflows/build-docker.yaml
vendored
7
.github/workflows/build-docker.yaml
vendored
|
|
@ -18,11 +18,12 @@ jobs:
|
|||
- name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@v3
|
||||
|
||||
- name: Log in to DockerHub
|
||||
- name: Login to GitHub Container Registry
|
||||
uses: docker/login-action@v3
|
||||
with:
|
||||
username: ${{ secrets.DOCKERHUB_USERNAME }}
|
||||
password: ${{ secrets.DOCKERHUB_TOKEN }}
|
||||
registry: ghcr.io
|
||||
username: ${{ github.repository_owner }}
|
||||
password: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
#- name: Set up Tailscale
|
||||
# uses: tailscale/github-action@v2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue