Skip to content

Commit

Permalink
Test new CI
Browse files Browse the repository at this point in the history
  • Loading branch information
exitfound committed Mar 29, 2024
1 parent 18ff0dd commit 8095121
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/molecule-images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
ignore: "DL3013,DL3037"

build-suse-image:
needs: hadolint
runs-on: ubuntu-latest
steps:
- name: Checkout repository
Expand Down Expand Up @@ -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

0 comments on commit 8095121

Please sign in to comment.