Skip to content

Commit

Permalink
Update publish-docker.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Eddykasp authored Jun 25, 2024
1 parent 21310c6 commit 483b41d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ name: build-and-publish-docker
on:
push:
branches: ["master"]
tags: ["v**"]

pull_request:
branches: ["master"]
Expand Down Expand Up @@ -72,5 +73,5 @@ jobs:
with:
package-name: "elk-live"
package-type: "container"
min-versions-to-keep: 3
min-versions-to-keep: 10
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 483b41d

Please sign in to comment.