Skip to content

Commit

Permalink
ci/cd: use docker compose V2 actions
Browse files Browse the repository at this point in the history
  • Loading branch information
dulvui committed Apr 2, 2024
1 parent 31f8833 commit c2226bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,15 +125,15 @@ jobs:

- name: Build and push
if: github.repository_owner == 'noi-techpark'
uses: noi-techpark/github-actions/docker-build-and-push@v2
uses: noi-techpark/github-actions/docker-build-and-push@v3
with:
docker-username: ${{ github.actor }}
docker-password: ${{ secrets.GITHUB_TOKEN }}
docker-compose-file: docker-compose.build.yml

- name: Deploy application
if: github.repository_owner == 'noi-techpark'
uses: noi-techpark/github-actions/docker-deploy@v2
uses: noi-techpark/github-actions/docker-deploy@v3
with:
hosts: 'test'
ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }}
Expand Down

0 comments on commit c2226bc

Please sign in to comment.