Skip to content

Commit

Permalink
Update docker.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
coolexplorer authored May 1, 2021
1 parent 2ad82b6 commit 472e754
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
id: meta
uses: crazy-max/ghaction-docker-meta@v2
with:
images: $GITHUB_REPOSITORY
images: coolexplorer/maven-gatling
-
name: Login to DockerHub
if: github.event_name != 'pull_request'
Expand All @@ -39,4 +39,4 @@ jobs:
labels: ${{ steps.meta.outputs.labels }}
-
name: Image digest
run: echo ${{ steps.docker_build.outputs.digest }}
run: echo ${{ steps.docker_build.outputs.digest }}

0 comments on commit 472e754

Please sign in to comment.