Skip to content

Commit

Permalink
feat: hello!!!!
Browse files Browse the repository at this point in the history
  • Loading branch information
Junjiequan committed Apr 22, 2024
1 parent b25df3c commit 678049e
Showing 1 changed file with 8 additions and 10 deletions.
18 changes: 8 additions & 10 deletions .github/workflows/github-tag-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,15 +54,13 @@ jobs:
- name: Install Node.js dependencies
run: npm ci

# - name: Create image tags
# id: meta
# uses: docker/metadata-action@v5
# with:
# images: ghcr.io/junjiequan/github-action-test
# flavor: latest=true
# tags: |
# type=raw,value=stable
# type=ref,event=tag
- name: Docker meta
id: meta
uses: docker/metadata-action@v4
with:
images: name/app
tags: |
type=raw,value={{date 'YYYYMM'}}
- name: Generate Date Tag
id: date_tag
Expand All @@ -75,5 +73,5 @@ jobs:
push: true
tags: |
ghcr.io/junjiequan/github-action-test:stable
ghcr.io/junjiequan/github-action-test:${{ steps.date_tag.outputs.NOW }}
ghcr.io/junjiequan/github-action-test:r_${{ steps.meta.outputs.tags }}
ghcr.io/junjiequan/github-action-test:${{ steps.tag_version.outputs.new_tag }}

0 comments on commit 678049e

Please sign in to comment.