diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e60eb3b..0036122 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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: | diff --git a/README.md b/README.md index b40b334..650c3f2 100644 --- a/README.md +++ b/README.md @@ -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)