Skip to content

Commit

Permalink
VERSION
Browse files Browse the repository at this point in the history
  • Loading branch information
shoce committed Aug 16, 2023
1 parent aed9f56 commit 1484bd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Set VERSION
VERSION=$( echo "${{ github.event.repository.updated_at}}" | tr -d '-:TZ' )
VERSION=$( echo "${{ github.event.repository.updated_at}}" | tr -d ':-TZ' )
echo "VERSION=$VERSION" >> $GITHUB_ENV
- name: Checkout repository
uses: actions/checkout@v3
Expand Down

0 comments on commit 1484bd6

Please sign in to comment.