Skip to content

Commit

Permalink
fix: added docker meta tag in the co for the tag and add the docker r…
Browse files Browse the repository at this point in the history
…emoved branch #8
  • Loading branch information
shivani446 committed Feb 12, 2024
1 parent 519db35 commit 67e46d4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ jobs:
with:
images: improwised/docker-nodejs-base
tags: |
type=raw,value=${{ matrix.node-version }}-{{branch}}-{{sha}}-{{date 'X'}}
type=raw,value=${{ matrix.node-version }}-{{branch}}-latest
type=raw,value=${{ matrix.node-version }}-{{sha}}-{{date 'X'}}
type=raw,value=${{ matrix.node-version }}-latest
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
Expand All @@ -48,5 +48,5 @@ jobs:
ALPINE_VERSION=${{ env.ALPINE_VERSION }}
context: .
push: ${{ github.ref_name == 'main' }}
tags: ${{ steps.meta.outputs.tag }}
tags: ${{ steps.meta.outputs.tags }}
timeout-minutes: 10

0 comments on commit 67e46d4

Please sign in to comment.