Skip to content

Commit

Permalink
updates ci pipel;ine
Browse files Browse the repository at this point in the history
  • Loading branch information
afzal442 committed Jan 30, 2024
1 parent 4f6dd54 commit 69eadc2
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/ci-cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@ jobs:
- name: Docker meta
uses: docker/metadata-action@v4
id: meta
with:
images: |
afzal442/wisecow-app
tags: |
type=ref,event=branch
type=ref,event=pr
type=semver,pattern={{version}}
type=semver,pattern={{major}}.{{minor}}
with:
images: |
afzal442/wisecow-app
tags: |
type=ref,event=branch
type=ref,event=pr
type=semver,pattern={{version}}
type=semver,pattern={{major}}.{{minor}}
- name: Login to Docker Hub
uses: docker/login-action@v2
Expand Down

0 comments on commit 69eadc2

Please sign in to comment.