Skip to content

Commit

Permalink
Fixed commit workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
rennokki committed Nov 9, 2022
1 parent 61fe31d commit 66edff2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/docker-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ jobs:
images: quay.io/soketi/soketi
tags: |
type=ref,event=pr,suffix=-${{ matrix.node }}-alpine
type=raw,value=${{ github.sha }}-${{ matrix.node }}-alpine
labels: |
quay.expires-after=7d
Expand Down Expand Up @@ -99,6 +100,7 @@ jobs:
images: quay.io/soketi/soketi
tags: |
type=ref,event=pr,suffix=-${{ matrix.node }}-distroless
type=raw,value=${{ github.sha }}-${{ matrix.node }}-distroless
labels: |
quay.expires-after=7d
Expand Down Expand Up @@ -160,6 +162,7 @@ jobs:
images: quay.io/soketi/soketi
tags: |
type=ref,event=pr,suffix=-${{ matrix.node }}-debian
type=raw,value=${{ github.sha }}-${{ matrix.node }}-debian
labels: |
quay.expires-after=7d
Expand Down

0 comments on commit 66edff2

Please sign in to comment.