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