Skip to content

Commit dfcb5fd

Browse files
committed
Deprecate Bionic image
Signed-off-by: Nicolas Bock <[email protected]>
1 parent f0dc018 commit dfcb5fd

File tree

1 file changed

+0
-23
lines changed

1 file changed

+0
-23
lines changed

.github/workflows/container.yaml

-23
Original file line numberDiff line numberDiff line change
@@ -12,29 +12,6 @@ on:
1212
workflow_dispatch:
1313

1414
jobs:
15-
container-bionic:
16-
name: Update default CI container image (Bionic)
17-
runs-on: ubuntu-latest
18-
if: ${{ github.repository == 'lanl/bml' }}
19-
steps:
20-
- name: Checkout
21-
uses: actions/checkout@v3
22-
- name: Login to DockerHub
23-
uses: docker/login-action@v2
24-
with:
25-
username: ${{ secrets.DOCKERHUB_USERNAME }}
26-
password: ${{ secrets.DOCKERHUB_TOKEN }}
27-
- name: Build and push default Docker image
28-
uses: docker/build-push-action@v4
29-
id: docker_build_bionic
30-
with:
31-
context: .
32-
file: Dockerfile-bionic
33-
push: true
34-
tags: nicolasbock/bml:bionic
35-
- name: Image digest
36-
run: |
37-
echo "Default image: ${{ steps.docker_build_bionic.outputs.digest }}"
3815

3916
container-focal:
4017
name: Update Focal CI container image

0 commit comments

Comments
 (0)