Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
lerenn committed Apr 16, 2024
1 parent f249fcb commit 3b4d564
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkg/ci/publish.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ var (
// Note: if this is not 'main' branch, then it will just push docker image with
// git tag.
func Publish(ctx context.Context, client *dagger.Client, tag string) error {
// if err := tagAndPush(tag); err != nil {
// return err
// }
if err := tagAndPush(tag); err != nil {
return err
}

if err := publishDocker(ctx, client, tag); err != nil {
return err
Expand Down

0 comments on commit 3b4d564

Please sign in to comment.