Skip to content

Commit

Permalink
update: test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
vladyslavvolkov committed Jul 27, 2022
1 parent 9ca8f44 commit e2def41
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 49 deletions.
15 changes: 5 additions & 10 deletions .github/workflows/build-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,12 @@ env:
APP_NAME: ${{ github.event.repository.name }}
APP_ENV: ${{ inputs.environment }}

concurrency:
group: ${{ github.event.repository.name }}-docker-${{ github.ref_name }}
cancel-in-progress: true

jobs:
docker:
runs-on: self-hosted
concurrency:
group: ${{ github.event.repository.name }}-docker-${{ github.ref_name }}
cancel-in-progress: true
steps:
- name: Checkout sources
uses: actions/checkout@v3
Expand Down Expand Up @@ -47,14 +46,10 @@ jobs:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}

- name: Install Helm and Kubernetes CLI
uses: hiberbee/[email protected]
with:
helm: version

- name: Build Docker images
uses: hiberbee/github-action-skaffold@1.21.1
uses: hiberbee/github-action-skaffold@1.22.0
with:
command: build
skip-tests: false
repository: ${{ secrets.DOCKER_REGISTRY }}/${{ env.APP_NAME }}
profile: ${{ env.APP_ENV }}
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
password: ${{ env.DOCKER_PASSWORD }}

- name: Build Docker images
uses: hiberbee/github-action-skaffold@1.19.0
uses: hiberbee/github-action-skaffold@1.22.0
with:
command: build
skip-tests: false
Expand Down
38 changes: 0 additions & 38 deletions .github/workflows/test-images.yml

This file was deleted.

10 changes: 10 additions & 0 deletions .idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e2def41

Please sign in to comment.