Skip to content

Commit

Permalink
ci: Fix deprecation
Browse files Browse the repository at this point in the history
  • Loading branch information
ddeboer committed Dec 7, 2023
1 parent e867fb4 commit 70839b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ jobs:
- name: Set variables
id: vars
run: |
echo "::set-output name=sha_short::$(git rev-parse --short HEAD)"
echo "::set-output name=docker_image::ghcr.io/netwerk-digitaal-erfgoed/dataset-knowledge-graph"
echo "sha_short=$(git rev-parse --short HEAD)" >> $GITHUB_OUTPUT
echo "docker_image=ghcr.io/netwerk-digitaal-erfgoed/dataset-knowledge-graph" >> $GITHUB_OUTPUT
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
Expand Down

0 comments on commit 70839b2

Please sign in to comment.