Skip to content

Commit

Permalink
Avoid validate-docker-build warning
Browse files Browse the repository at this point in the history
  • Loading branch information
vycius committed Jul 18, 2023
1 parent e9bb98a commit 3a5eb99
Showing 1 changed file with 13 additions and 7 deletions.
20 changes: 13 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,16 @@ jobs:

validate-docker-build:
name: Validate if docker image builds
uses: AplinkosMinisterija/reusable-workflows/.github/workflows/docker-build-push.yml@main
with:
docker-image: ghcr.io/aplinkosministerija/example
environment: test
runs-on: ubuntu-latest
latest-tag: true
push: false
runs-on: ubuntu-latest
timeout-minutes: 10
permissions:
contents: read
steps:
- name: Checkout repository
uses: actions/checkout@v3

- name: Build & tag docker image
uses: AplinkosMinisterija/reusable-workflows/.github/actions/docker-build-tag-push@main
with:
environment: test
push: false

0 comments on commit 3a5eb99

Please sign in to comment.