Skip to content

Commit

Permalink
Merge pull request #3 from ghrcdaac/mmceniry-publish-to-dockerhub
Browse files Browse the repository at this point in the history
avoid deprecated Actions functionality
  • Loading branch information
camposeddie authored Jan 31, 2024
2 parents f7ef0ff + ab8d3b5 commit fba5806
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 fba5806

Please sign in to comment.