TEST: build web
Some checks failed
Build docker container / Build image (push) Failing after 4s

This commit is contained in:
2025-12-17 23:02:04 +01:00
parent 458b369e6c
commit f792aae86d

View File

@@ -10,18 +10,12 @@ jobs:
runs-on: ubuntu runs-on: ubuntu
container: ghcr.io/catthehacker/ubuntu:act-latest container: ghcr.io/catthehacker/ubuntu:act-latest
env: env:
IMAGE_NAME: example-image IMAGE_NAME: microserviciospython
REGISTRY: example.com REGISTRY: nexus.rancherk3.duckdns.org
REPO_OWNER: test REPO_OWNER: tfm
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v4 uses: actions/checkout@v4
- name: Login to Docker Hub
uses: docker/login-action@v3
with:
registry: example.com
username: ${{ gitea.actor }}
password: ${{ secrets.REGISTRY_TOKEN }}
- name: Build and push - name: Build and push
run: | run: |
TODAY=$(date +'%Y-%m-%d') TODAY=$(date +'%Y-%m-%d')