Skip to content

Commit

Permalink
add tag method
Browse files Browse the repository at this point in the history
  • Loading branch information
PipeItToDevNull committed Dec 21, 2023
1 parent 82d1f85 commit 582ec05
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build-push-tags.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ jobs:
context: git
images: pipeittodevnull/nginx-certbot
flavor: latest=true
tags: |
type=raw,value={{branch}}
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
Expand All @@ -50,3 +52,5 @@ jobs:
context: .
platforms: linux/amd64,linux/arm64
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}

0 comments on commit 582ec05

Please sign in to comment.