Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
cdivitotawela committed Jul 13, 2021
1 parent 2a7d5ae commit decb846
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,9 @@ jobs:
- run: echo "Event Name $GITHUB_EVENT_NAME"

- if: ${{ github.event_name == 'release' }}
run: echo "Create prd tag ${GITHUB_SHA:0:7} ${GITHUB_REF#refs/tags/}"
run: echo "Create prd tag ${GITHUB_SHA:0:7} ${GITHUB_REF#refs/tags/}"

- name: Docker Image Build and Publish
id: docker-build-publish
if: ${{ github.ref == 'refs/heads/main' || startsWith(github.ref,'refs/tags/') }}
run: "Build and publish"

0 comments on commit decb846

Please sign in to comment.