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 19aac2b commit beba1c6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,9 @@ jobs:
uses: docker/metadata-action@v4
with:
images: comicrelief/docker-node-sls-2
flavor: |
latest=auto
tags: |
type=semver,pattern={{version}}
type=raw,value=latest
- name: Build and push Docker image
uses: docker/build-push-action@v4
Expand Down

0 comments on commit beba1c6

Please sign in to comment.