Skip to content

Commit

Permalink
Adjust github-actions workflow for proper operation
Browse files Browse the repository at this point in the history
Just noticed that our github-actions workflow for this repo has been inactive for the last few months. Basically, i renamed 'main' branch to 'master' but forgot to update the workflow file, so the latest dockerfile images may not be fully updated.

Signed-off-by: Rodny Molina <[email protected]>
  • Loading branch information
rodnymolina committed Apr 16, 2021
1 parent 676385d commit 472ed88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Docker
on:
push:
branches:
- main
- master

jobs:
push_to_registries:
Expand Down

2 comments on commit 472ed88

@ksh117700
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

파이 생태계 활성화 빨리 되기를 바랄게요.

@ksh117700
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

좋아요

Please sign in to comment.