Skip to content

Commit

Permalink
gh test
Browse files Browse the repository at this point in the history
  • Loading branch information
luisj1983 committed Sep 12, 2023
1 parent e2cc312 commit cf0a7aa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ansible-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,4 @@ jobs:
- uses: actions/checkout@v3
- uses: hadolint/hadolint-action@v3.1.0
with:
dockerfile: Dockerfile
recursive: true
dockerfile: molecule/common/ubuntu2004/Dockerfile
4 changes: 2 additions & 2 deletions molecule/default/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ driver:
platforms:
- name: ubuntu2204
image: ubuntu:22.04
dockerfile: ../common/Dockerfile_ubuntu2204
dockerfile: ../common/ubuntu2204/Dockerfile
entrypoint: "/usr/bin/bash"
pre_build_image: false

- name: ubuntu2004
image: ubuntu:20.04
dockerfile: ../common/Dockerfile_ubuntu2004
dockerfile: ../common/ubuntu2004/Dockerfile
entrypoint: "/usr/bin/bash"
pre_build_image: false

Expand Down

0 comments on commit cf0a7aa

Please sign in to comment.