Skip to content

Commit

Permalink
docker: steedos community
Browse files Browse the repository at this point in the history
  • Loading branch information
hotlong committed Oct 10, 2023
1 parent dbacdf2 commit 10bdbd5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-community.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
- name: Build and push docker
uses: docker/build-push-action@v3
with:
context: ./deploy/community
context: ./deploy/docker
platforms: linux/amd64 #,linux/arm64
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.meta.outputs.tags }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-enterprise.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Docker Enterprise

on:
workflow_run:
workflows: [Disabled-Release NPM]
workflows: [Release NPM]
types:
- completed
push:
Expand Down

0 comments on commit 10bdbd5

Please sign in to comment.