Skip to content

Commit

Permalink
Merge pull request #15 from martijnvdp/check_digest
Browse files Browse the repository at this point in the history
cleanup
  • Loading branch information
martijnvdp committed Mar 9, 2023
2 parents dc05aa4 + 2a6e295 commit 3eee620
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release-docker-slim.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,11 @@ on:
jobs:
docker-slim-build-container:
name: Build and push container image to ECR
runs-on: ubuntu-20.04 # to fix an issue with the GLIBC version beeing too high
runs-on: ubuntu-latest
permissions:
contents: read
id-token: write
steps:
- run: sudo apt update && sudo apt install libdevmapper-dev && sudo apt install libbtrfs-dev && sudo apt install pkg-config
-
name: Checkout
uses: actions/checkout@v2
Expand Down

0 comments on commit 3eee620

Please sign in to comment.