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
All checks were successful
Build and Push FreeSWITCH Docker Image / docker-build (push) Successful in 8m21s
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user