Skip to content

Commit

Permalink
Update datahub-actions-docker.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
david-leifker authored Dec 19, 2024
1 parent 010628b commit 6bd81fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/datahub-actions-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
# The tracking tag will be "head", "v1.2.3", or "pr1234".
# The unique tag will be a short SHA.
unique_tag: ${{ steps.tag.outputs.unique_tag }}
tracking_tag: ${{ steps.tag.outputs.tag }}
tracking_tag: ${{ steps.tag.outputs.tracking_tag }}
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit 6bd81fb

Please sign in to comment.