Skip to content

Commit

Permalink
backport action changes from main
Browse files Browse the repository at this point in the history
  • Loading branch information
CybotTM authored Nov 23, 2022
1 parent cc3df59 commit 0153ac1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ name: Docker
# documentation.

on:
workflow_dispatch:
schedule:
- cron: '44 12 * * *'
push:
Expand Down Expand Up @@ -67,6 +68,10 @@ jobs:
uses: docker/metadata-action@98669ae865ea3cffbcbaa878cf57c20bbf1c6c38
with:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
tags: |
type=ref,event=branch
type=ref,event=tag
type=ref,event=pr
# Build and push Docker image with Buildx (don't push on PR)
# https://github.com/docker/build-push-action
Expand Down

0 comments on commit 0153ac1

Please sign in to comment.