Skip to content

Commit

Permalink
Update docker-image.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
simonjenny authored Sep 9, 2021
1 parent 66e5969 commit 4c72df9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ name: Docker Image Create and Publish
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
paths-ignore:
- '**/README.md'

jobs:

Expand Down Expand Up @@ -36,4 +36,4 @@ jobs:
tags: ${{ secrets.DOCKER_HUB_USERNAME }}/fastcom:latest

- name: Image digest
run: echo ${{ steps.docker_build.outputs.digest }}
run: echo ${{ steps.docker_build.outputs.digest }}

0 comments on commit 4c72df9

Please sign in to comment.