From c9c68029ed36ca8ffa14242b974269bf0dd15291 Mon Sep 17 00:00:00 2001 From: Will Date: Wed, 21 Jun 2023 14:47:45 +0100 Subject: [PATCH] Removed apptainer and updates on Dockerfile change --- .github/workflows/build-containers.yml | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/.github/workflows/build-containers.yml b/.github/workflows/build-containers.yml index 51b029c..90d231b 100644 --- a/.github/workflows/build-containers.yml +++ b/.github/workflows/build-containers.yml @@ -2,7 +2,8 @@ name: Build and push Docker image on: push: paths: - - .github/workflows/** + - .github/workflows/build-containers.yml + - ./Dockerfile workflow_dispatch: jobs: @@ -31,13 +32,6 @@ jobs: username: ${{ github.actor }} password: ${{ secrets.GITHUB_TOKEN }} - - name: Install apptainer - run: | - sudo apt install -y software-properties-common - sudo add-apt-repository -y ppa:apptainer/ppa - sudo apt update - sudo apt install -y apptainer - - name: Calculate metadata for image id: image-meta uses: docker/metadata-action@v4