Skip to content

Commit

Permalink
chore: configure docker image tags (#8738)
Browse files Browse the repository at this point in the history
  • Loading branch information
OrKoN committed Aug 3, 2022
1 parent 6c777e4 commit 26f6165
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/publish-docker.yml
Expand Up @@ -35,6 +35,10 @@ jobs:
uses: docker/metadata-action@98669ae865ea3cffbcbaa878cf57c20bbf1c6c38
with:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
tags: |
latest
type=semver,pattern={{version}}
- name: Pack Puppeteer for docker
run: docker/pack.sh
- name: Build and push the Docker image
Expand Down

0 comments on commit 26f6165

Please sign in to comment.