Skip to content

Commit

Permalink
Fix timestamp
Browse files Browse the repository at this point in the history
  • Loading branch information
APErebus authored Dec 7, 2023
1 parent 82f29c0 commit 4bdb5a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/kubernetes-tentacle-publish-chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ jobs:

- id: version
run: |
DATE=$(date '+%Y%m%d%H%M%S')
echo "CHART_VERSION=${{ steps.read_chart_yaml.outputs.version }}-${{ steps.branch_names.outputs.branch_name }}-$DATE" >> $GITHUB_ENV
timestamp=`date +%Y%m%d%H%M%S`
echo "CHART_VERSION=${{ steps.read_chart_yaml.outputs.version }}-${{ steps.branch_names.outputs.branch_name }}-$timestamp" >> $GITHUB_ENV
#- name: Login to Artifactory
# run: helm registry login packages.octopushq.com -u '${{ }}' -p '${{}}'
Expand Down

0 comments on commit 4bdb5a0

Please sign in to comment.