Skip to content

Commit

Permalink
Upgrade version in README.md [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
gvegayon authored Dec 26, 2024
1 parent f844ca8 commit 3e3f6dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions twostep-container-build/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
name: Checkout code

- name: Two-step build
uses: CDCgov/cfa-actions/twostep-container-build@v1.0.1
uses: CDCgov/cfa-actions/twostep-container-build@v1.1.0
with:
# Login information
registry: ghcr.io/
Expand Down Expand Up @@ -115,4 +115,4 @@ COPY twostep-container-build/example/Containerfile /app/.
CMD ["bash"]
```

Notice the `TAG` argument which is passed to the second container file. During runs of the action, `TAG` takes the value of the `dependencies-[branch name]` or `dependencies-latest` if the branch is the main branch.
Notice the `TAG` argument which is passed to the second container file. During runs of the action, `TAG` takes the value of the `dependencies-[branch name]` or `dependencies-latest` if the branch is the main branch.

0 comments on commit 3e3f6dd

Please sign in to comment.