Skip to content

Commit

Permalink
Merge pull request #149 from njucjc/basic-meta-format
Browse files Browse the repository at this point in the history
Feat: use basic tag format
  • Loading branch information
BSWANG authored Nov 24, 2023
2 parents a98da3b + 406d153 commit e888bd6
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,12 +61,6 @@ jobs:
uses: docker/metadata-action@v3
with:
images: ${{ env.DOCKERHUB }}/raven-agent
tags: |
type=sha
type=ref,event=branch
type=ref,event=pr
type=semver,pattern={{version}}
type=semver,pattern={{major}}.{{minor}}

- name: Login to DockerHub
uses: docker/login-action@v1
Expand Down Expand Up @@ -118,12 +112,6 @@ jobs:
uses: docker/metadata-action@v3
with:
images: ${{ env.ALI_REGISTRY }}/raven-agent
tags: |
type=sha
type=ref,event=branch
type=ref,event=pr
type=semver,pattern={{version}}
type=semver,pattern={{major}}.{{minor}}

- name: Login to Alibaba Registry
uses: docker/login-action@v1
Expand Down Expand Up @@ -176,12 +164,6 @@ jobs:
uses: docker/metadata-action@v3
with:
images: ${{ env.GITHUB_REGISTRY }}/raven-agent
tags: |
type=sha
type=ref,event=branch
type=ref,event=pr
type=semver,pattern={{version}}
type=semver,pattern={{major}}.{{minor}}

- name: Login to Github Container Registry
uses: docker/login-action@v1
Expand Down

0 comments on commit e888bd6

Please sign in to comment.