Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
nihaldivyam committed Apr 1, 2024
1 parent b6a8ffb commit 4e24f65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dockerbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,4 +85,4 @@ jobs:
labels: ${{ steps.meta.outputs.labels }}
tags: ${{ steps.meta.outputs.tags }}
push: true
if: steps.filter-changed-dockerfiles.outputs.changed-dockerfiles != ''
if: contains(steps.filter-changed-dockerfiles.outputs.changed-dockerfiles, matrix.dockerfile)

0 comments on commit 4e24f65

Please sign in to comment.