Skip to content

Commit

Permalink
Consistent naming for Docker image publish steps
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewslotin committed Jun 16, 2023
1 parent 43183cd commit bd6e55d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ jobs:
fi
- name: Build loadimpact/k6
run: docker build -t $LI_DOCKER_IMAGE_ID .
- name: Publish loadimpact/k6 image to Docker Hub
- name: Publish loadimpact/k6:master image to Docker Hub
if: ${{ github.ref == 'refs/heads/master' }}
run: |
echo "Publish to Docker Hub as $LI_DOCKER_IMAGE_ID:master"
Expand Down

0 comments on commit bd6e55d

Please sign in to comment.