Skip to content

Commit

Permalink
hehe
Browse files Browse the repository at this point in the history
  • Loading branch information
Junjiequan committed Apr 23, 2024
1 parent eb2c05f commit a9fbcb6
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/github-tag-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,9 @@ jobs:

- name: Install Node.js dependencies
run: npm ci

## The metadata-action dynamically generates and manages metadata for Docker images,
## like tags and labels, based on the provided inputs and workflow context.
## https://github.com/docker/metadata-action
- name: Docker meta
id: meta
uses: docker/metadata-action@v4
Expand All @@ -63,7 +65,7 @@ jobs:
type=raw,value=stable
type=raw,value=${{ steps.tag_version.outputs.new_tag }}
type=semver,pattern={{version}}
type=raw,value={{date 'YYYY-MM'}},prefix=r_
type=raw,value={{date 'YYYY_MM'}},prefix=r_
- name: Build and push
uses: docker/build-push-action@v5
Expand Down

0 comments on commit a9fbcb6

Please sign in to comment.