Skip to content

Commit

Permalink
switch to registry-image resource
Browse files Browse the repository at this point in the history
the docker-image resource resulted in the error
"version is missing from previous step"
  • Loading branch information
ramonskie committed Apr 20, 2023
1 parent 706de67 commit b840196
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/tasks/prepare-docker-workspace/task.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
platform: linux

image_resource:
type: docker-image
type: registry-image
source:
repository: ubuntu
tag: jammy
Expand Down

0 comments on commit b840196

Please sign in to comment.