Skip to content

Commit

Permalink
Merge pull request #1171 from ConsenSys/feature/update-docker-tag
Browse files Browse the repository at this point in the history
Update Docker Tagging
  • Loading branch information
nmvalera committed Apr 16, 2021
2 parents a081813 + 8b8997e commit 447a927
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_ACCESS_TOKEN }}
repository: ${{ secrets.DOCKER_REPO }}
tag_with_ref: true
tags: develop
add_git_labels: true
notify:
if: always()
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_ACCESS_TOKEN }}
repository: ${{ secrets.DOCKER_REPO }}
tags: ${{ steps.extract.outputs.image_tag }}, ${{ steps.extract.outputs.image_tag_minor_latest }}
tags: ${{ steps.extract.outputs.image_tag }}, ${{ steps.extract.outputs.image_tag_minor_latest }}, latest
add_git_labels: true
build-binary:
name: 'Build binary for ${{ matrix.os }}'
Expand Down

0 comments on commit 447a927

Please sign in to comment.