Skip to content

Commit

Permalink
Removed apptainer and updates on Dockerfile change
Browse files Browse the repository at this point in the history
  • Loading branch information
wtripp180901 committed Jun 21, 2023
1 parent 7eb4190 commit c9c6802
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/build-containers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ name: Build and push Docker image
on:
push:
paths:
- .github/workflows/**
- .github/workflows/build-containers.yml
- ./Dockerfile
workflow_dispatch:

jobs:
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit c9c6802

Please sign in to comment.