Skip to content
This repository has been archived by the owner on Mar 18, 2024. It is now read-only.

Commit

Permalink
Define container image more carefully
Browse files Browse the repository at this point in the history
  • Loading branch information
hegza committed Mar 18, 2024
1 parent 2c5ba3c commit f81e752
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,13 @@ jobs:
needs: build-dla-example

runs-on: ubuntu-latest
container: antmicro/renode:1.14.0

container:
image: antmicro/renode:1.14.0
ports:
- 80
volumes:
- my_docker_volume:/volume_mount
options: --cpus 1
steps:
- uses: actions/checkout@v4
- name: Download artifact
Expand Down

0 comments on commit f81e752

Please sign in to comment.