bad user to push
Some checks failed
Workflow de prueba / Build and push images (push) Failing after 11s
Some checks failed
Workflow de prueba / Build and push images (push) Failing after 11s
This commit is contained in:
@@ -16,7 +16,7 @@ jobs:
|
||||
|
||||
- name: Extract Branch Name
|
||||
run: echo "${{ gitea.ref }}" ;
|
||||
echo env.BRANCH_NAME
|
||||
echo ${{ env.BRANCH_NAME }}
|
||||
|
||||
#- name: Setup QEMU
|
||||
# uses: docker/setup-qemu-action@v3
|
||||
@@ -41,7 +41,7 @@ jobs:
|
||||
with:
|
||||
context: .
|
||||
push: true
|
||||
tags: garbelo/analytics:${{ env.BRANCH_NAME }}
|
||||
tags: ${{ env.DOCKER_ORG }}/garbelo/analytics:${{ env.BRANCH_NAME }}
|
||||
platforms: linux/amd64
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user