Skip to content

Commit

Permalink
Merge pull request #222 from KohlsTechnology/issue-194-action-depreca…
Browse files Browse the repository at this point in the history
…tions

chore(ci): update deprecated `set-output` command
  • Loading branch information
vinny-sabatini authored Mar 24, 2023
2 parents 3764d59 + ee61ff8 commit bf0749c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
DOCKER_IMAGE=quay.io/kohlstechnology/prometheus_bigquery_remote_storage_adapter
VERSION=${GITHUB_REF#refs/tags/}
TAGS="${DOCKER_IMAGE}:${VERSION},${DOCKER_IMAGE}:latest"
echo ::set-output name=tags::${TAGS}
echo "tags=${TAGS}" >> $GITHUB_OUTPUT
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
- name: Login to quay.io
Expand Down

0 comments on commit bf0749c

Please sign in to comment.