Skip to content

Commit

Permalink
Merge pull request MarkEdmondson1234#197 from brancengregory/docker-t…
Browse files Browse the repository at this point in the history
…ag-flag
  • Loading branch information
MarkEdmondson1234 authored Jul 19, 2022
2 parents 2ea45a6 + c589de8 commit b124b97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/docker.R
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,7 @@ cr_buildstep_docker <- function(
steps <- c(
steps,
cr_buildstep(
"docker", c("push", the_image),
"docker", c("push", "-a", the_image),
id = "pushing image",
...
)
Expand Down

0 comments on commit b124b97

Please sign in to comment.