Skip to content

Commit

Permalink
avoid deprecated Actions functionality
Browse files Browse the repository at this point in the history
  • Loading branch information
mmceniry-ghrcdaac authored Jan 31, 2024
1 parent 289b59e commit ab8d3b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push-to-dockerhub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

- name: Get tag version
id: tag_name
run: echo ::set-output name=SOURCE_TAG::${GITHUB_REF#refs/tags/}
run: echo "SOURCE_TAG=${GITHUB_REF#refs/tags/}" >> $GITHUB_OUTPUT

- name: Log in to Docker Hub
uses: docker/login-action@v2
Expand Down

0 comments on commit ab8d3b5

Please sign in to comment.