Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: go-training/docker-demo
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.0.1
Choose a base ref
...
head repository: go-training/docker-demo
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 3 commits
  • 2 files changed
  • 1 contributor

Commits on Apr 12, 2024

  1. chore: update configuration files for Gitea integration

    - Add Gitea URLs configuration to `.goreleaser.yml`
    
    Signed-off-by: appleboy <appleboy.tw@gmail.com>
    appleboy committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    c105fff View commit details
    Browse the repository at this point in the history
  2. chore: update configuration settings for Git usage

    - Change the `use` field value from `github` to `git` in the `.goreleaser.yml` file.
    
    Signed-off-by: appleboy <appleboy.tw@gmail.com>
    appleboy committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    2380ccb View commit details
    Browse the repository at this point in the history
  3. ci: update GitHub workflow and Goreleaser configuration

    - Update the `GITHUB_TOKEN` to use `GITEA_TOKEN` in the GitHub workflow
    - Remove the `skip_tls_verify` setting from the `.goreleaser.yml` file
    
    Signed-off-by: appleboy <appleboy.tw@gmail.com>
    appleboy committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    eba79d7 View commit details
    Browse the repository at this point in the history
Loading