Skip to content

Commit 17a8a06

Browse files
committed
reverted actions to v5
1 parent 00013b4 commit 17a8a06

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.github/workflows/build.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: Checkout
15-
uses: actions/checkout@v6
15+
uses: actions/checkout@v5
1616

1717
- name: Check pushing to Docker Hub
1818
id: push-other-places
@@ -43,9 +43,11 @@ jobs:
4343
ghcr.io/${{ steps.set-ghcr-repository.outputs.ghcr-repository }}
4444
name=docker.io/caronc/apprise,enable=${{ steps.push-other-places.outputs.enable }}
4545
tags: |
46-
type=semver,event=tag,pattern={{version}}
47-
type=semver,event=tag,pattern={{major}}.{{minor}}
48-
type=edge,branch=master
46+
type=ref,event=branch
47+
type=ref,event=tag
48+
type=semver,pattern={{version}}
49+
type=semver,pattern={{major}}.{{minor}}
50+
type=edge
4951
5052
- name: Set up QEMU
5153
uses: docker/setup-qemu-action@v3

0 commit comments

Comments
 (0)