Skip to content

Commit

Permalink
dd
Browse files Browse the repository at this point in the history
  • Loading branch information
Junjiequan committed Apr 15, 2024
1 parent ea3d4c8 commit 1104646
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions .github/workflows/github-tag-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,19 +52,9 @@ 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: Build and push
uses: docker/build-push-action@v5
with:
context: .
push: true
tags: ghcr.io/junjiequan/github-action-test:latest, ghcr.io/junjiequan/github-action-test:${{ steps.tag_version.outputs.new_tag }}
tags: ghcr.io/junjiequan/github-action-test:${{ steps.tag_version.outputs.new_tag }}

0 comments on commit 1104646

Please sign in to comment.