Skip to content

Commit

Permalink
feat: fixed something
Browse files Browse the repository at this point in the history
  • Loading branch information
Junjiequan committed Apr 10, 2024
1 parent 99298b7 commit 321e9b7
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/github-tag-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@ on:
branches:
- main

permissions:
contents: write
packages: write

env:
NODE_VERSION: 18.x

Expand Down Expand Up @@ -70,5 +66,7 @@ jobs:
uses: docker/build-push-action@v5
with:
context: .
platforms: linux/amd64,linux/arm64/v8
push: true
tags: ghcr.io/junjiequan/github-action-test:${{ steps.tag_version.outputs.new_tag }}
tags: ghcr.io/junjiequan/github-action-test:latest
# tags: ghcr.io/junjiequan/github-action-test:${{ steps.tag_version.outputs.new_tag }}

0 comments on commit 321e9b7

Please sign in to comment.