diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 26da661..5d5b020 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,3 +9,8 @@ updates: directory: / schedule: interval: daily + + - package-ecosystem: docker + directory: / + schedule: + interval: daily diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index dda2e5a..375c017 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -1,8 +1,10 @@ name: CI - Publication on: + push: + branches: release: - types: [ published, edited ] + types: [published] env: GOFLAGS: -mod=readonly @@ -55,7 +57,7 @@ jobs: tags: | type=ref,event=branch type=ref,event=tag - type=ref,event=pr + type=sha,format=short flavor: | latest=true