Skip to content
This repository has been archived by the owner on Aug 22, 2022. It is now read-only.

Commit

Permalink
Adds after_script to README
Browse files Browse the repository at this point in the history
  • Loading branch information
tlex committed Jan 19, 2020
1 parent b41f0e0 commit 125b1eb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ build:
script:
- docker buildx ls
- docker buildx build --platform $CI_BUILD_ARCHS --progress plain --pull -t "$CI_REGISTRY_IMAGE" --push .
after_script:
- docker build rm
```

And the (partial) output:
Expand Down

0 comments on commit 125b1eb

Please sign in to comment.