Skip to content

Commit

Permalink
feat: helllooo!
Browse files Browse the repository at this point in the history
  • Loading branch information
Junjiequan committed Apr 22, 2024
1 parent 23bf55f commit 0c14e23
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/github-tag-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:

- name: Generate Date Tag
id: date_tag
run: echo "DATE_TAG=$(date +'%Y%m%d')" >> $GITHUB_ENV
run: echo "::set-env name=NOW::v$(date +'%Y%m')"

- name: Build and push
uses: docker/build-push-action@v5
Expand All @@ -75,5 +75,5 @@ jobs:
push: true
tags: |
ghcr.io/junjiequan/github-action-test:stable
ghcr.io/junjiequan/github-action-test:${{ steps.date_tag.outputs.DATE_TAG }}
ghcr.io/junjiequan/github-action-test:${{ steps.date_tag.outputs.NOW }}
ghcr.io/junjiequan/github-action-test:${{ steps.tag_version.outputs.new_tag }}

0 comments on commit 0c14e23

Please sign in to comment.