Skip to content

Commit

Permalink
Add Github Action for Docker Hub publishes
Browse files Browse the repository at this point in the history
  • Loading branch information
zhibek committed May 3, 2023
1 parent beba1c6 commit e39263c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,10 @@ jobs:
uses: docker/metadata-action@v4
with:
images: comicrelief/docker-node-sls-2
tags: |
type=semver,pattern={{version}}
type=raw,value=latest
flavor: |
latest=auto
tags: |
type=semver,pattern={{version}}
- name: Build and push Docker image
uses: docker/build-push-action@v4
Expand Down

0 comments on commit e39263c

Please sign in to comment.