Skip to content

Commit

Permalink
ci: update set-output
Browse files Browse the repository at this point in the history
  • Loading branch information
hrenard committed Sep 26, 2023
1 parent 888f869 commit f12e0ef
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
- name: Extract Jitsi Version
id: version
run: |
echo "::set-output name=jitsi::$(cat JITSI_VERSION)"
echo "jitsi=$(cat JITSI_VERSION)" >> $GITHUB_OUTPUT
# Build and push Docker image with Buildx
# https://github.com/docker/build-push-action
- name: Build and push Docker image
Expand Down Expand Up @@ -98,7 +98,7 @@ jobs:
- name: Extract Jitsi Version
id: version
run: |
echo "::set-output name=jitsi::$(cat JITSI_VERSION)"
echo "jitsi=$(cat JITSI_VERSION)" >> $GITHUB_OUTPUT
# Build and push Docker image with Buildx
# https://github.com/docker/build-push-action
- name: Build and push Docker image
Expand Down Expand Up @@ -137,7 +137,7 @@ jobs:
- name: Extract Jitsi Version
id: version
run: |
echo "::set-output name=jitsi::$(cat JITSI_VERSION)"
echo "jitsi=$(cat JITSI_VERSION)" >> $GITHUB_OUTPUT
# Build and push Docker image with Buildx
# https://github.com/docker/build-push-action
- name: Build and push Docker image
Expand Down Expand Up @@ -176,7 +176,7 @@ jobs:
- name: Extract Jitsi Version
id: version
run: |
echo "::set-output name=jitsi::$(cat JITSI_VERSION)"
echo "jitsi=$(cat JITSI_VERSION)" >> $GITHUB_OUTPUT
# Build and push Docker image with Buildx
# https://github.com/docker/build-push-action
- name: Build and push Docker image
Expand Down Expand Up @@ -215,7 +215,7 @@ jobs:
- name: Extract Jitsi Version
id: version
run: |
echo "::set-output name=jitsi::$(cat JITSI_VERSION)"
echo "jitsi=$(cat JITSI_VERSION)" >> $GITHUB_OUTPUT
# Build and push Docker image with Buildx
# https://github.com/docker/build-push-action
- name: Build and push Docker image
Expand Down Expand Up @@ -254,7 +254,7 @@ jobs:
- name: Extract Jitsi Version
id: version
run: |
echo "::set-output name=jitsi::$(cat JITSI_VERSION)"
echo "jitsi=$(cat JITSI_VERSION)" >> $GITHUB_OUTPUT
# Build and push Docker image with Buildx
# https://github.com/docker/build-push-action
- name: Build and push Docker image
Expand Down Expand Up @@ -293,6 +293,7 @@ jobs:
- name: Create k8s Kind Cluster
uses: helm/[email protected]
with:
version: v0.12.0
cluster_name: jitsi-test
config: test/cluster.yaml
- name: Download Artifact
Expand Down
2 changes: 1 addition & 1 deletion hack/publish-source.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
- name: Extract Jitsi Version
id: version
run: |
echo "::set-output name=jitsi::$(cat JITSI_VERSION)"
echo "jitsi=$(cat JITSI_VERSION)" >> $GITHUB_OUTPUT
# Build and push Docker image with Buildx
# https://github.com/docker/build-push-action
- name: Build and push Docker image
Expand Down

0 comments on commit f12e0ef

Please sign in to comment.