@@ -24,14 +24,15 @@ jobs:
|
||||
password: ${{ secrets.DOCKER_API_TOKEN }}
|
||||
|
||||
- uses: docker/build-push-action@v6
|
||||
env:
|
||||
ACTIONS_RUNTIME_TOKEN: '' # See https://gitea.com/gitea/act_runner/issues/119
|
||||
#env:
|
||||
# ACTIONS_RUNTIME_TOKEN: '' # See https://gitea.com/gitea/act_runner/issues/119
|
||||
with:
|
||||
context: .
|
||||
file: ./Dockerfile
|
||||
platforms: |
|
||||
linux/amd64
|
||||
#platforms: |
|
||||
# linux/amd64
|
||||
push: true
|
||||
provenance: false
|
||||
sbom: false
|
||||
tags: git.bbee.fr/${{ github.repository }}:latest
|
||||
#tags: git.bbee.fr/${{ github.repository }}:latest
|
||||
tags: git.bbee.fr/docker-ci/debian-moustache:latest
|
||||
|
||||
Reference in New Issue
Block a user