Skip to content
This repository has been archived by the owner on Apr 17, 2023. It is now read-only.

Commit

Permalink
Merge pull request #1077 from Typz/update_tags_fix
Browse files Browse the repository at this point in the history
Fix portus:update_tags task.
  • Loading branch information
mssola authored Oct 7, 2016
2 parents 6f1308b + 005ec65 commit 528441c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/tasks/portus.rake
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ HERE
puts "[#{index + 1}/#{tags.size}] Updating #{repo_name}/#{t.name}"

begin
id, digest, = client.manifest(t.repository.name, t.name)
id, digest, = client.manifest(t.repository.full_name, t.name)
t.update_attributes(digest: digest, image_id: id)
rescue StandardError => e
puts "Could not get the manifest for #{repo_name}: #{e.message}"
Expand Down

0 comments on commit 528441c

Please sign in to comment.