Skip to content

Commit

Permalink
Update build-23.04.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
buluma authored Apr 7, 2023
1 parent 3c21bcf commit a20a8b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-23.04.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ jobs:
- uses: actions/checkout@v2

- name: Test building image.
run: cd ubuntu2210 && docker build -t docker-ubuntu-22 .
run: cd ubuntu2304 && docker build -t docker-ubuntu-23 .

- name: Run the built image.
run: docker run --name test-container -d --privileged -v /sys/fs/cgroup:/sys/fs/cgroup:ro docker-ubuntu-22
run: docker run --name test-container -d --privileged -v /sys/fs/cgroup:/sys/fs/cgroup:ro docker-ubuntu-23

# - name: Verify Ansible is accessible in the built image.
# run: docker exec --tty test-container env TERM=xterm ansible --version
Expand Down

0 comments on commit a20a8b2

Please sign in to comment.