Skip to content

Commit

Permalink
chore(.github/workflows): remove gh deprectated functions
Browse files Browse the repository at this point in the history
Signed-off-by: Massimiliano Giovagnoli <me@maxgio.it>
  • Loading branch information
maxgio92 authored and poiana committed Jul 18, 2023
1 parent 72dbc30 commit 5732c97
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Expand Up @@ -52,9 +52,9 @@ jobs:

# uses OCI_REPO_PREFIX environment variable
run: >-
echo "::set-output name=ARTIFACT_DIGEST::$(
echo "ARTIFACT_DIGEST=$(
build/registry/rules-registry push-to-oci registry.yaml ${{ github.ref_name }}
)"
)" >> $GITHUB_OUTPUT
- run: "echo ${{ steps.oci_build.outputs.ARTIFACT_DIGEST }}"

# Create a signature of the rules artifact as OCI artifact
Expand Down

0 comments on commit 5732c97

Please sign in to comment.