Skip to content

Commit

Permalink
add version tagging
Browse files Browse the repository at this point in the history
  • Loading branch information
sholdee committed Jun 24, 2024
1 parent fd93149 commit a69975c
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/build-and-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
push:
branches:
- master
tags:
- 'v*'
pull_request:
branches:
- master
Expand Down Expand Up @@ -38,7 +40,10 @@ jobs:
with:
context: .
push: true
tags: sholdee/adguardexporter:latest
tags: |
sholdee/adguardexporter:latest
sholdee/adguardexporter:${{ github.sha }}
sholdee/adguardexporter:${{ github.ref_name }}
platforms: linux/amd64,linux/arm64
cache-from: type=local,src=/tmp/.buildx-cache
cache-to: type=local,dest=/tmp/.buildx-cache
Expand Down

0 comments on commit a69975c

Please sign in to comment.