ci: Add .env file and break cache in Dockerfile #10
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Podman check status containers | |
on: | |
push: | |
workflow_dispatch: | |
jobs: | |
check-test-status: | |
name: Check status of containers on test environment | |
environment: test | |
runs-on: self-hosted | |
steps: | |
- name: Check status of containers | |
run: podman-compose -f docker-compose-deploy.yml ps | |