Update .gitea/workflows/build.yaml
All checks were successful
Build docker container / Build image (push) Successful in 21s
All checks were successful
Build docker container / Build image (push) Successful in 21s
This commit is contained in:
parent
6a8f8b1f00
commit
9fbefcba48
@ -13,7 +13,6 @@ jobs:
|
||||
IMAGE_NAME: custom_act_runner
|
||||
REGISTRY: git.ties.one
|
||||
REPO_OWNER: public
|
||||
# DOCKER_HOST: tcp://localhost:2375
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
@ -23,9 +22,6 @@ jobs:
|
||||
registry: https://git.ties.one
|
||||
username: ${{ secrets.DOCKERHUB_USERNAME }}
|
||||
password: ${{ secrets.DOCKERHUB_TOKEN }}
|
||||
# - name: Test Docker
|
||||
# run: |
|
||||
# sleep infinity
|
||||
- name: Build and push
|
||||
run: |
|
||||
TODAY=$(date +'%Y-%m-%d')
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user