Fettling.
This commit is contained in:
parent
58ab1e7540
commit
95d346a800
2 changed files with 2 additions and 1 deletions
2
.github/workflows/node.yml
vendored
2
.github/workflows/node.yml
vendored
|
@ -58,7 +58,7 @@ jobs:
|
||||||
username: matthewbaggett
|
username: matthewbaggett
|
||||||
password: ${{ secrets.GITHUB_TOKEN }}
|
password: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
||||||
- uses: docker/build-push-action@v3
|
- uses: docker/build-push-action@v5
|
||||||
name: Build & Push
|
name: Build & Push
|
||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
|
|
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1,3 +1,4 @@
|
||||||
/.idea
|
/.idea
|
||||||
/vendor/
|
/vendor/
|
||||||
/.secrets
|
/.secrets
|
||||||
|
/.github/cache
|
||||||
|
|
Loading…
Reference in a new issue