Skip to content

Implement docker.binaries deprecation mitigation#56

Merged
ncatelli merged 1 commit intodisneystreaming:developfrom
ncatelli:fix/update-goreleaser-template-to-use-id-rather-than-binaries
Sep 24, 2021
Merged

Implement docker.binaries deprecation mitigation#56
ncatelli merged 1 commit intodisneystreaming:developfrom
ncatelli:fix/update-goreleaser-template-to-use-id-rather-than-binaries

Conversation

@ncatelli
Copy link

General

Per https://goreleaser.com/deprecations/#dockerbinaries, release v0.175.0 removed the docker.binaries field. This PR implements the migration from docker.binaries -> docker.ids.

Tests

   • loading config file       file=.goreleaser.yml
   • checking config: 
      • snapshotting     
      • github/gitlab/gitea releases
      • project name     
      • loading go mod information
      • building binaries
      • creating source archive
      • archives         
      • linux packages   
      • snapcraft packages
      • calculating checksums
      • signing artifacts
      • signing docker images
      • docker images    
      • docker manifests 
      • artifactory      
      • blobs            
      • homebrew tap formula
      • scoop manifests  
      • discord          
      • reddit           
      • slack            
      • teams            
      • twitter          
      • milestones       
   • config is valid

@ncatelli ncatelli requested a review from sendqueery September 24, 2021 19:25
@ncatelli ncatelli merged commit 5a496b6 into disneystreaming:develop Sep 24, 2021
@ncatelli ncatelli deleted the fix/update-goreleaser-template-to-use-id-rather-than-binaries branch September 24, 2021 19:28
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.

1 participant