Skip to content

Commit

Permalink
Merge pull request #36 from pcvg/feature/move-master-to-main
Browse files Browse the repository at this point in the history
Move from master to main
  • Loading branch information
amurciasu authored Jan 21, 2025
2 parents e0e6ebb + cde6893 commit 6eaa25e
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 @@ -50,7 +50,7 @@ jobs:
run: |
docker tag gcp-ruby savingsutd/gcp-ruby:latest &&
docker push savingsutd/gcp-ruby:latest
if: success() && github.ref == 'refs/heads/master'
if: success() && github.ref == 'refs/heads/main'

- name: Publish release
run: |
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ Google Cloud capable Docker image for Ruby.

## Licence

Copyright © 2017-2024 Savings United GmbH, contributors. Licenced under [GPL-3](https://github.com/pcvg/gcp-ruby/blob/master/LICENSE)
Copyright © 2017-2025 Savings United GmbH, contributors. Licenced under [GPL-3](https://github.com/pcvg/gcp-ruby/blob/master/LICENSE)

0 comments on commit 6eaa25e

Please sign in to comment.