Skip to content

Commit

Permalink
Run docker workflow on tagging events
Browse files Browse the repository at this point in the history
  • Loading branch information
castrapel committed Jul 30, 2021
1 parent b107ece commit 1a52ce7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docker-publish-dockerhub.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: Publish Docker image and Deploy Demo Site
on:
push:
branches: master
tags:
- "*"
jobs:
push_to_registry:
name: Push Docker image to Docker Hub
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/docker-publish-ecr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: Create and publish docker image on ECR
on:
push:
branches: master
tags:
- "*"
jobs:
ecr_public:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 1a52ce7

Please sign in to comment.