Skip to content

Commit

Permalink
Merge pull request #1 from VolWaves/update-push-tag
Browse files Browse the repository at this point in the history
Update publish.yml
  • Loading branch information
Nigh authored Aug 22, 2024
2 parents 92d68b4 + 35e8bfb commit 6c157e0
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: Publish to Docker
on:
push:
branches:
- main
tags:
- '*'
permissions:
packages: write
contents: read
Expand All @@ -18,7 +18,8 @@ jobs:
uses: docker/metadata-action@v5
with:
images: ghcr.io/VolWaves/aw31n-sdk
tags: type=sha
tags: type=semver,pattern={{version}}
flavor: latest=true
- name: Login to GHCR
uses: docker/login-action@v3
with:
Expand Down

0 comments on commit 6c157e0

Please sign in to comment.