Update .gitea/workflows/build.yaml
All checks were successful
Build docker container / Build image (push) Successful in 21s

This commit is contained in:
ties 2024-08-27 09:21:11 +00:00
parent 6a8f8b1f00
commit 9fbefcba48

View File

@ -13,7 +13,6 @@ jobs:
IMAGE_NAME: custom_act_runner IMAGE_NAME: custom_act_runner
REGISTRY: git.ties.one REGISTRY: git.ties.one
REPO_OWNER: public REPO_OWNER: public
# DOCKER_HOST: tcp://localhost:2375
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v4 uses: actions/checkout@v4
@ -23,9 +22,6 @@ jobs:
registry: https://git.ties.one registry: https://git.ties.one
username: ${{ secrets.DOCKERHUB_USERNAME }} username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }} password: ${{ secrets.DOCKERHUB_TOKEN }}
# - name: Test Docker
# run: |
# sleep infinity
- name: Build and push - name: Build and push
run: | run: |
TODAY=$(date +'%Y-%m-%d') TODAY=$(date +'%Y-%m-%d')