Updated build pipeline
Some checks failed
Build and Push Docker Image / build (push) Failing after 16s
Some checks failed
Build and Push Docker Image / build (push) Failing after 16s
This commit is contained in:
parent
4123ec4ef3
commit
5d3c9b4dd8
@ -11,14 +11,17 @@ jobs:
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@v2
|
||||
- name: Log in to Docker registry
|
||||
|
||||
- name: Log in to Docker Hub
|
||||
uses: docker/login-action@v2
|
||||
with:
|
||||
registry: git.pitan.net
|
||||
username: ${{ secrets.DOCKER_USERNAME }}
|
||||
password: ${{ secrets.DOCKER_PASSWORD }}
|
||||
registry: git.pitan.net # Your Gitea registry URL
|
||||
username: klas
|
||||
password: ${{ secrets.TOKEN }}
|
||||
|
||||
- name: Build and push Docker image
|
||||
uses: docker/build-push-action@v4
|
||||
with:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user