This commit is contained in:
parent
64f0ba6246
commit
f639cc1337
1 changed files with 3 additions and 3 deletions
|
@ -10,15 +10,16 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- name: see if docker is in path
|
||||
run: docker info
|
||||
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Set up Docker Buildx
|
||||
image: docker:dind
|
||||
uses: docker/setup-buildx-action@v2
|
||||
|
||||
- name: Log in to Gitea Container Registry
|
||||
image: docker:dind
|
||||
uses: docker/login-action@v3
|
||||
with:
|
||||
password: ${{ secrets.PASSWORD }}
|
||||
|
@ -26,7 +27,6 @@ jobs:
|
|||
registry: http://git.thecodedom.com:3000
|
||||
|
||||
- name: Build and push Docker image
|
||||
image: docker:dind
|
||||
uses: docker/build-push-action@v6
|
||||
with:
|
||||
context: .
|
||||
|
|
Loading…
Reference in a new issue