Skip to content

Commit

Permalink
Update tags for images
Browse files Browse the repository at this point in the history
  • Loading branch information
glesica committed Feb 2, 2022
1 parent 709c0b7 commit 7446b79
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/container.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
name: Create and publish a Docker image

on:
workflow_dispatch:
release:
types: ['published']

Expand Down Expand Up @@ -37,6 +36,8 @@ jobs:
uses: docker/metadata-action@98669ae865ea3cffbcbaa878cf57c20bbf1c6c38
with:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
tags: |
type=semver,pattern={{version}}
- name: Build and push Docker image
uses: docker/build-push-action@ad44023a93711e3deb337508980b4b5e9bcdc5dc
Expand Down

0 comments on commit 7446b79

Please sign in to comment.