We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dc05aa4 + 2a6e295 commit 3eee620Copy full SHA for 3eee620
.github/workflows/release-docker-slim.yml
@@ -8,12 +8,11 @@ on:
8
jobs:
9
docker-slim-build-container:
10
name: Build and push container image to ECR
11
- runs-on: ubuntu-20.04 # to fix an issue with the GLIBC version beeing too high
+ runs-on: ubuntu-latest
12
permissions:
13
contents: read
14
id-token: write
15
steps:
16
- - run: sudo apt update && sudo apt install libdevmapper-dev && sudo apt install libbtrfs-dev && sudo apt install pkg-config
17
-
18
name: Checkout
19
uses: actions/checkout@v2
0 commit comments