Update .forgejo/workflows/build-on-commit.yml
Some checks failed
Build Docker Image on Commit / build-and-publish (push) Failing after 4s

This commit is contained in:
merith-tk 2024-12-25 23:29:32 +00:00
parent ec008a5b33
commit 84c9099be1

View file

@ -9,7 +9,7 @@ on:
jobs:
build-and-publish:
runs-on: docker-builder
runs-on: [test-env] # Change the runner label to 'test-env'
steps:
- name: Checkout repository
@ -38,3 +38,7 @@ jobs:
# Remove local images to save storage
docker rmi $REPO_HOST/$REPO_PATH:${{ github.sha }}
docker rmi $REPO_HOST/$REPO_PATH:nightly
- name: Say Hello World
run: |
echo "Hello World" # This will log "Hello World" to the GitHub Actions logs