Test11
This commit is contained in:
@@ -25,5 +25,12 @@ jobs:
|
||||
- name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@v3
|
||||
|
||||
- name: Login to GitHub Container Registry
|
||||
uses: docker/login-action@v3
|
||||
with:
|
||||
registry: ghcr.io
|
||||
username: ${{ vars.GH_USERNAME }}
|
||||
password: ${{ secrets.GH_TOKEN }}
|
||||
|
||||
- name: Build Test
|
||||
run: docker buildx build -t ghcr.io/ryuupendragon/caddy-test:latest .
|
||||
run: docker buildx build -t ghcr.io/ryuupendragon/caddy-test:latest --push .
|
||||
|
||||
Reference in New Issue
Block a user