Skip to content

Commit

Permalink
Testing Actions 2
Browse files Browse the repository at this point in the history
Testing Actions 2
  • Loading branch information
ShahanaFarooqui committed Dec 24, 2021
1 parent 9d5e671 commit c80b749
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
sudo docker manifest annotate "$DOCKERHUB_REPO:$LATEST_TAG" "$DOCKERHUB_REPO:$LATEST_TAG-arm32v7" --os linux --arch arm --variant v7
sudo docker manifest annotate "$DOCKERHUB_REPO:$LATEST_TAG" "$DOCKERHUB_REPO:$LATEST_TAG-arm64v8" --os linux --arch arm64 --variant v8
sudo docker manifest push "$DOCKERHUB_REPO:$LATEST_TAG" -p
no_output_timeout: 20m
no_output_timeout: 25m

workflows:
version: 2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,5 +84,5 @@ jobs:

- uses: actions/upload-artifact@v2
with:
name: rtlbuild
name: rtl-build
path: /tmp/rtlbuild.tar.gz

0 comments on commit c80b749

Please sign in to comment.