would prob help if i put it after checking out the repo.. kekw
All checks were successful
Build and Push FreeSWITCH Docker Image / docker-build (push) Successful in 8m21s

This commit is contained in:
2025-03-20 10:14:45 -04:00
parent 21da985264
commit b8fe97fc88

View File

@@ -11,12 +11,13 @@ jobs:
container:
image: catthehacker/ubuntu:act-latest
steps:
- name: Checkout repo
uses: actions/checkout@v4
- name: Set outputs
id: vars
run: |
echo "sha_short=$(git rev-parse --short HEAD)" >> $GITHUB_OUTPUT
- name: Checkout repo
uses: actions/checkout@v4
- name: Setup Docker Buildx
uses: docker/setup-buildx-action@v3