Skip to content

Commit

Permalink
Update nscloud-setup
Browse files Browse the repository at this point in the history
  • Loading branch information
edganiukov committed Apr 3, 2023
1 parent 16ba436 commit 326c69b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
uses: actions/checkout@v3
- name: Set up Namespace Cloud CLI
id: nscloud
uses: namespacelabs/[email protected].3
uses: namespacelabs/[email protected].4
- name: Configure buildx
uses: ./ # Uses an action in the root directory
- name: Build and push
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
- name: Install and configure Namespace Cloud CLI
uses: namespacelabs/[email protected].3
uses: namespacelabs/[email protected].4
- name: Configure buildx
uses: namespacelabs/[email protected].2
uses: namespacelabs/[email protected].3
- name: Build and push
uses: docker/build-push-action@v4
with:
Expand Down

0 comments on commit 326c69b

Please sign in to comment.