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
container: ghcr.io/catthehacker/ubuntu:act-latest
env:
IMAGE_NAME: example-image
REGISTRY: example.com
REPO_OWNER: test
IMAGE_NAME: microserviciospython
REGISTRY: nexus.rancherk3.duckdns.org
REPO_OWNER: tfm
steps:
- name: Checkout
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
run: |
TODAY=$(date +'%Y-%m-%d')