fix
This commit is contained in:
@ -41,12 +41,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
fetch-depth: 0 # all history for all branches and tags
|
fetch-depth: 0 # all history for all branches and tags
|
||||||
|
|
||||||
- name: Set up Docker Buildx
|
- name: Login to Image registry
|
||||||
uses: docker/setup-buildx-action@v3
|
|
||||||
with:
|
|
||||||
driver: docker-container
|
|
||||||
|
|
||||||
- name: Login to Docker registry
|
|
||||||
env:
|
env:
|
||||||
REGISTRY: ${{ secrets.DOCKER_REGISTRY }}
|
REGISTRY: ${{ secrets.DOCKER_REGISTRY }}
|
||||||
USERNAME: ${{ secrets.DOCKER_USERNAME }}
|
USERNAME: ${{ secrets.DOCKER_USERNAME }}
|
||||||
|
|||||||
Reference in New Issue
Block a user