Skip to content

Commit

Permalink
chore: adjust namespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
kaiehrhardt authored Oct 26, 2023
1 parent cbcd5fa commit 0fd081f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
- name: checkout
uses: actions/checkout@v2
- name: container-build
uses: kaiehrhardt/full-build-push-action@main
uses: infinite-automations/full-build-push-action@main
with:
token: "${{ secrets.GITHUB_TOKEN }}"
```
Expand Down Expand Up @@ -77,7 +77,7 @@ jobs:
- name: checkout
uses: actions/checkout@v2
- name: container-build
uses: kaiehrhardt/full-build-push-action@main
uses: infinite-automations/full-build-push-action@main
with:
token: "${{ secrets.GITHUB_TOKEN }}"
checkout-deploy-key: "${{ secrets.COMMIT_KEY }}"
Expand Down

0 comments on commit 0fd081f

Please sign in to comment.