Skip to content

Commit

Permalink
Deprecate Bionic image
Browse files Browse the repository at this point in the history
Signed-off-by: Nicolas Bock <[email protected]>
  • Loading branch information
nicolasbock committed Sep 22, 2023
1 parent f0dc018 commit dfcb5fd
Showing 1 changed file with 0 additions and 23 deletions.
23 changes: 0 additions & 23 deletions .github/workflows/container.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,29 +12,6 @@ on:
workflow_dispatch:

jobs:
container-bionic:
name: Update default CI container image (Bionic)
runs-on: ubuntu-latest
if: ${{ github.repository == 'lanl/bml' }}
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Login to DockerHub
uses: docker/login-action@v2
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Build and push default Docker image
uses: docker/build-push-action@v4
id: docker_build_bionic
with:
context: .
file: Dockerfile-bionic
push: true
tags: nicolasbock/bml:bionic
- name: Image digest
run: |
echo "Default image: ${{ steps.docker_build_bionic.outputs.digest }}"

container-focal:
name: Update Focal CI container image
Expand Down

0 comments on commit dfcb5fd

Please sign in to comment.