diff --git a/.github/workflows/add-to-project.yml b/.github/workflows/add-to-project.yml index 744bb223..dcced1c4 100644 --- a/.github/workflows/add-to-project.yml +++ b/.github/workflows/add-to-project.yml @@ -14,7 +14,7 @@ jobs: with: # You can target a repository in a different organization # to the issue - project-url: https://github.com/users/ll7/projects/2 + project-url: https://github.com/orgs/una-auxme/projects/3 # https://github.com/orgs//projects/ github-token: ${{ secrets.ADD_TO_PROJECT_PAT }} # labeled: bug, needs-triage diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f4194ed4..819596c7 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -90,13 +90,13 @@ jobs: - name: Set AGENT_VERSION from hash (workaround) run: echo "AGENT_VERSION=${{ steps.hash.outputs.hash }}" >> $GITHUB_ENV - name: Run docker-compose - run: docker-compose up --exit-code-from agent + run: docker compose up --exit-code-from agent - name: Copy results - run: docker-compose cp agent:/tmp/simulation_results.json . + run: docker compose cp agent:/tmp/simulation_results.json . - name: Stop docker-compose # always run this step, to clean up even on error if: always() - run: docker-compose down -v + run: docker compose down -v # add rendered JSON as comment to the pull request - name: Add simulation results as comment if: github.event_name == 'pull_request' diff --git a/LICENSE b/LICENSE index a5e9bbfe..766aef37 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2022 ll7 +Copyright (c) 2023 UNA-AuxMe Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/build/docker-compose.test.yml b/build/docker-compose.test.yml index 8f68c966..8150acb6 100644 --- a/build/docker-compose.test.yml +++ b/build/docker-compose.test.yml @@ -34,7 +34,7 @@ services: - ros agent: - image: ghcr.io/ll7/paf22:${AGENT_VERSION:-latest} + image: ghcr.io/una-auxme/paf23:${AGENT_VERSION:-latest} init: true tty: true logging: