Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docker.yaml: Push docker tag for latest builds on master branch. #2440

Merged
merged 2 commits into from
May 31, 2022

Conversation

hjpotter92
Copy link
Member

What does this pull request do? Explain your changes. (required)
Creates and pushes go-livepeer:latest tag for docker images.

Specific updates (required)

  • In case the github action is working on master branch, a docker tag for :latest is generated
  • The tag is pushed to dockerhub
  • This helps users who want to just run docker pull livepeer/go-livepeer without referencing a specific commit/version.

How did you test each of these updates (required)
This PR!

Does this pull request close any open issues?
Fixes #1352

Checklist:

@hjpotter92 hjpotter92 self-assigned this May 31, 2022
@codecov
Copy link

codecov bot commented May 31, 2022

Codecov Report

Merging #2440 (14f2a6e) into master (cb97d57) will increase coverage by 0.01544%.
The diff coverage is n/a.

Impacted file tree graph

@@                 Coverage Diff                 @@
##              master       #2440         +/-   ##
===================================================
+ Coverage   54.97684%   54.99228%   +0.01543%     
===================================================
  Files             93          93                 
  Lines          19430       19430                 
===================================================
+ Hits           10682       10685          +3     
+ Misses          8155        8153          -2     
+ Partials         593         592          -1     
Impacted Files Coverage Δ
discovery/db_discovery.go 67.01389% <0.00000%> (-1.04167%) ⬇️
server/mediaserver.go 67.18750% <0.00000%> (+0.46875%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update cb97d57...14f2a6e. Read the comment docs.

@hjpotter92 hjpotter92 merged commit 839ac38 into master May 31, 2022
@hjpotter92 hjpotter92 deleted the hjp/docker-latest branch May 31, 2022 16:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Publish latest release to latest tag on DockerHub
2 participants