Skip to content

Commit

Permalink
d
Browse files Browse the repository at this point in the history
  • Loading branch information
Junjiequan committed Apr 15, 2024
1 parent 77fef22 commit be20e4c
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/github-tag-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Bump version
on:
push:
branches:
- main
- release

env:
NODE_VERSION: 18.x
Expand Down Expand Up @@ -52,15 +52,15 @@ 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: 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: Build and push
uses: docker/build-push-action@v5
Expand Down

0 comments on commit be20e4c

Please sign in to comment.