From 8095121a1866d30968800b4ac50db308ca820950 Mon Sep 17 00:00:00 2001 From: exitfound Date: Sat, 30 Mar 2024 01:23:53 +0200 Subject: [PATCH] Test new CI --- .github/workflows/molecule-images.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/molecule-images.yaml b/.github/workflows/molecule-images.yaml index d9c50a6..0d33975 100644 --- a/.github/workflows/molecule-images.yaml +++ b/.github/workflows/molecule-images.yaml @@ -30,6 +30,7 @@ jobs: ignore: "DL3013,DL3037" build-suse-image: + needs: hadolint runs-on: ubuntu-latest steps: - name: Checkout repository @@ -69,5 +70,5 @@ jobs: with: context: ./dockerfiles/ push: true - tags: mdd13/ansible-docker-suse:{{env.OS_VERSION}} - file: ./dockerfiles/{{env.OS_VERSION}}.dockerfile + tags: mdd13/ansible-docker-suse:${{env.OS_VERSION}} + file: ./dockerfiles/${{env.OS_VERSION}}.dockerfile