Skip to content

Commit 7bce5ba

Browse files
committed
👷 (actions/docker) Only tag latest for release tags
1 parent 9243671 commit 7bce5ba

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.github/dependabot.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,11 @@ updates:
55
open-pull-requests-limit: 99
66
schedule:
77
interval: "daily"
8-
target-branch: "develop"
98
- package-ecosystem: "github-actions"
109
directory: "/"
1110
schedule:
1211
interval: "daily"
13-
target-branch: "develop"
1412
- package-ecosystem: "docker"
1513
directory: "/"
1614
schedule:
1715
interval: "weekly"
18-
target-branch: "develop"

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
type=ref,event=branch
2525
type=semver,pattern={{version}}
2626
type=sha
27-
type=raw,value=latest
27+
type=raw,value=latest,enable=${{ startsWith(github.ref, 'refs/tags') }}
2828
- name: Set up Docker Buildx
2929
uses: docker/setup-buildx-action@v3
3030
with:

0 commit comments

Comments
 (0)