Skip to content

Commit

Permalink
ci: fix push tags
Browse files Browse the repository at this point in the history
  • Loading branch information
shumkov committed Nov 10, 2023
1 parent e664405 commit 3be9ac5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests-build-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
image_name: ${{ inputs.image_name }}
image_org: ${{ vars.AWS_ACCOUNT_ID }}.dkr.ecr.${{ vars.AWS_REGION }}.amazonaws.com
target: ${{ inputs.target }}
push_tag: true
push_tags: true
dockerhub_username: ${{ secrets.DOCKERHUB_USERNAME }}
dockerhub_token: ${{ secrets.DOCKERHUB_TOKEN }}
region: ${{ vars.AWS_REGION }}
10 changes: 5 additions & 5 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
uses: ./.github/workflows/tests-build-js.yml

build-images:
name: Build Platform Docker images
name: Build Docker images
if: ${{ github.event_name == 'push' || github.event_name == 'workflow_dispatch' || github.event_name == 'schedule' || !github.event.pull_request.draft }}
secrets: inherit
strategy:
Expand All @@ -67,8 +67,8 @@ jobs:
image_name: ${{ matrix.image_name }}
target: ${{ matrix.target }}

rs-package:
name: Rust package
rs-packages:
name: Rust packages
needs:
- changes
secrets: inherit
Expand All @@ -93,8 +93,8 @@ jobs:
with:
token: ${{ secrets.GITHUB_TOKEN }}

js-package:
name: JS package
js-packages:
name: JS packages
needs:
- changes
- build-js
Expand Down

0 comments on commit 3be9ac5

Please sign in to comment.