.github/workflows/main.yml aktualisiert
This commit is contained in:
parent
933c11057f
commit
1da9cf8a6d
6
.github/workflows/main.yml
vendored
6
.github/workflows/main.yml
vendored
@ -31,12 +31,6 @@ jobs:
|
||||
${{ vars.DOCKER_REPO }}/costhive
|
||||
- name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@v3
|
||||
- name: Login to private docker registry
|
||||
uses: https://github.com/docker/login-action@v3
|
||||
with:
|
||||
registry: ${{ vars.DOCKER_REPO }}
|
||||
username: ${{ vars.DOCKER_USERNAME }}
|
||||
password: ${{ secrets.DOCKER_PASSWORD }}
|
||||
- name: Build and push
|
||||
uses: https://github.com/docker/build-push-action@v6
|
||||
with:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user