mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 10:18:54 +00:00
wtfbbq
This commit is contained in:
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
@@ -54,8 +54,8 @@ jobs:
|
||||
password: ${{ secrets.GITHUB_TOKEN }}
|
||||
- run: |
|
||||
export IMAGE=docker.pkg.github.com/cloudfire-llc/cloudfire-ce/cloudfire:${GITHUB_SHA::8}
|
||||
docker build -t $IMAGE .
|
||||
docker push $IMAGE
|
||||
docker build -t ${IMAGE} .
|
||||
docker push ${IMAGE}
|
||||
|
||||
# 3. Functional Test
|
||||
docker-compose-up:
|
||||
|
||||
Reference in New Issue
Block a user