From 92bffb4461709f4c4bbe1af0feb2b63380528203 Mon Sep 17 00:00:00 2001 From: Robert Haschke Date: Wed, 4 Oct 2023 23:04:45 -0400 Subject: [PATCH] Revert changes --- .dockerignore | 1 + .github/workflows/docker-images.yml | 7 +------ 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/.dockerignore b/.dockerignore index fde666f2c1..d92773afe6 100644 --- a/.dockerignore +++ b/.dockerignore @@ -1,5 +1,6 @@ __pycache__ **/.git +**/.github **/_scripts **/_static **/_templates diff --git a/.github/workflows/docker-images.yml b/.github/workflows/docker-images.yml index 6fdaa472a5..70776a8fdf 100644 --- a/.github/workflows/docker-images.yml +++ b/.github/workflows/docker-images.yml @@ -9,7 +9,7 @@ jobs: strategy: fail-fast: false matrix: - ROS_DISTRO: rolling + ROS_DISTRO: [rolling] runs-on: ubuntu-latest permissions: packages: write @@ -19,10 +19,6 @@ jobs: PUSH: ${{ (github.ref_name == 'main') }} steps: - - name: Checkout branch main - uses: actions/checkout@v4 - with: - ref: main - name: Set lower case for container name run: | echo "GH_IMAGE_LC=${GH_IMAGE,,}" >>${GITHUB_ENV} @@ -38,7 +34,6 @@ jobs: uses: docker/build-push-action@v5 with: file: .docker/Dockerfile - context: . build-args: | ROS_DISTRO=${{ matrix.ROS_DISTRO }} target: tutorial_image