Skip to content

Commit

Permalink
chore: cleanup workflow (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
yashmehrotra authored Sep 5, 2024
1 parent 6237bb4 commit 8fc6342
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,16 +43,6 @@ jobs:
echo "SHA=$(git rev-parse --short HEAD)" >> $GITHUB_ENV
echo "TIMESTAMP=$(date '+%Y%m%d%H%M%S')" >> $GITHUB_ENV
- name: Docker meta
id: meta
uses: docker/metadata-action@v5
with:
images: ${{ env.REGISTRY_IMAGE }}
tags: |
type=schedule,pattern={{date 'YYYYMMDD'}}
type=sha
type=semver,pattern={{version}},value=v${{needs.semantic-release.outputs.release-version}}
- name: Set up QEMU
uses: docker/setup-qemu-action@v3

Expand Down Expand Up @@ -179,7 +169,8 @@ jobs:
images: ${{ env.REGISTRY_IMAGE }}
tags: |
type=sha
type=schedule,pattern={{date 'YYYYMMDD-HHmmss'}}
type=schedule,pattern={{date 'YYYY-MM-DD-HH.mm.ss'}}
type=semver,pattern={{version}},value=v${{needs.semantic-release.outputs.release-version}}
- name: Login to Docker Hub
uses: docker/login-action@v3
Expand Down

0 comments on commit 8fc6342

Please sign in to comment.