Skip to content

Commit

Permalink
Update docker-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jshank authored Nov 30, 2021
1 parent edfd6a8 commit 3f6811c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ on:
tags: [ 'v*.*.*' ]
pull_request:
branches: [ master ]
workflow_dispatch:

env:
# Use docker.io for Docker Hub if empty
Expand Down Expand Up @@ -45,6 +46,7 @@ jobs:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
tags: latest

- name: Login to GPR
run: |
Expand Down

0 comments on commit 3f6811c

Please sign in to comment.