Skip to content

Commit

Permalink
Test new container image build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ppawlowski committed Sep 27, 2024
1 parent 64f4e53 commit 28aee5e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/fileserver-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,17 +29,16 @@ concurrency:
jobs:
build:
name: Build single-architecture container images
uses: flowfuse/github-actions-workflows/.github/workflows/build_container_image.yml@v0.30.0
uses: flowfuse/github-actions-workflows/.github/workflows/build_container_image.yml@refactor-container-build
with:
image_name: 'file-server'
package_dependencies: |
@flowfuse/file-server
@flowfuse/file-server=nightly
build_context: 'file-server'
build_platform: "linux/amd64"
npm_registry_url: ${{ vars.PUBLIC_NPM_REGISTRY_URL }}
scan_image: false
secrets:
npm_registry_auth_token: ${{ secrets.NPM_PUBLISH_TOKEN }}
temporary_registry_token: ${{ secrets.GITHUB_TOKEN }}

upload-stage-image:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/flowforge-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ jobs:
npm_registry_url: ${{ vars.PUBLIC_NPM_REGISTRY_URL }}
scan_image: false
secrets:
npm_registry_auth_token: ${{ secrets.NPM_PUBLISH_TOKEN }}
temporary_registry_token: ${{ secrets.GITHUB_TOKEN }}

upload-stage-image:
Expand Down

0 comments on commit 28aee5e

Please sign in to comment.