Skip to content

Commit

Permalink
Readme and better pushing.
Browse files Browse the repository at this point in the history
  • Loading branch information
helenol committed Nov 7, 2023
1 parent 98f5793 commit 0c337fb
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
# complicated than it looks, and you have a lot of flexibility in
# how you build tags here.
id: meta
uses: docker/metadata-action@98669ae865ea3cffbcbaa878cf57c20bbf1c6c38
uses: docker/metadata-action@v5
with:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
- name: Build and push docker
Expand Down
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,11 @@ First, you can start with the quick-start docs from GitHub: https://docs.github.

Then you can follow along with a few simple tutorial workflows.

So far we have a simple example, which just checks out a Github repo containing one or more ROS packages and builds it within a default OSRF environment:

[Simple Example](https://github.com/ethz-asl/asl-actions/blob/main/.github/workflows/simple.yaml)

There is also an example of using the Github Container Registry to first build a custom docker image, push it to the container registry, and then use it in the following step to build the code itself:

[Docker Example](https://github.com/ethz-asl/asl-actions/blob/main/.github/workflows/docker.yaml)

0 comments on commit 0c337fb

Please sign in to comment.