Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement docker.binaries deprecation mitigation #56

Merged
merged 1 commit into from
Sep 24, 2021
Merged

Implement docker.binaries deprecation mitigation #56

merged 1 commit into from
Sep 24, 2021

Conversation

ncatelli
Copy link
Contributor

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 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.

None yet

1 participant