Skip to content

Commit

Permalink
build snapshot images (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
jokester authored Feb 29, 2024
1 parent 02974de commit 0c683dc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/deploy-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ on:
push:
tags:
- "v**"
branches:
- main

env:
REGISTRY: ghcr.io
Expand Down Expand Up @@ -34,6 +36,8 @@ jobs:
uses: docker/[email protected]
with:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
tags: |
type=sha,prefix={{branch}}-
- name: Setup docker buildx
uses: docker/setup-buildx-action@v2
Expand Down

0 comments on commit 0c683dc

Please sign in to comment.