Skip to content

Commit

Permalink
added Dockerfile path
Browse files Browse the repository at this point in the history
  • Loading branch information
yajith committed Sep 24, 2024
1 parent 2382f8c commit f2d46c9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/portainer-updater.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ jobs:
build-args: |
GIT_COMMIT=$(git log -1 --format=%h)
platforms: ${{ matrix.config.platform }}/${{ matrix.config.arch }}
file: ${{ matrix.config.platform }}/Dockerfile
sbom: true
provenance: true
push: true
Expand All @@ -95,6 +96,7 @@ jobs:
GIT_COMMIT=$(git log -1 --format=%h)
OSVERSION=${{ matrix.config.version }}
platforms: ${{ matrix.config.platform }}/${{ matrix.config.arch }}
file: ${{ matrix.config.platform }}/Dockerfile
sbom: true
provenance: true
push: true
Expand Down

0 comments on commit f2d46c9

Please sign in to comment.