Deploy workflow should be optimized #13
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
name: Deploy
on:
push:
branches: [main]
env:
REGISTRY: 192.168.178.55:3000
IMAGE: 192.168.178.55:3000/tas/major_tom
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4