-
-
Notifications
You must be signed in to change notification settings - Fork 231
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2c9885f
commit 514224d
Showing
3 changed files
with
9 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,7 +16,7 @@ jobs: | |
uses: actions/[email protected] | ||
|
||
- name: Setup node environment ⚙️ | ||
uses: actions/setup-node@v3.3.0 | ||
uses: actions/setup-node@v3.4.1 | ||
with: | ||
node-version: 16 | ||
cache: 'npm' | ||
|
@@ -39,7 +39,7 @@ jobs: | |
fetch-depth: 0 | ||
|
||
- name: Setup node environment ⚙️ | ||
uses: actions/setup-node@v3.3.0 | ||
uses: actions/setup-node@v3.4.1 | ||
with: | ||
node-version: 16 | ||
cache: 'npm' | ||
|
@@ -76,7 +76,7 @@ jobs: | |
uses: docker/[email protected] | ||
|
||
- name: Build Docker images 🛠️ | ||
uses: docker/build-push-action@v3.0.0 | ||
uses: docker/build-push-action@v3.1.0 | ||
with: | ||
context: . | ||
platforms: ${{ matrix.platform }} | ||
|
@@ -101,7 +101,7 @@ jobs: | |
uses: actions/[email protected] | ||
|
||
- name: Setup node environment ⚙️ | ||
uses: actions/setup-node@v3.3.0 | ||
uses: actions/setup-node@v3.4.1 | ||
with: | ||
node-version: 16 | ||
cache: 'npm' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -36,7 +36,7 @@ jobs: | |
|
||
- name: Build and push stable images 🛠️⬆️ | ||
if: github.event.action == 'released' | ||
uses: docker/build-push-action@v3.0.0 | ||
uses: docker/build-push-action@v3.1.0 | ||
with: | ||
context: . | ||
push: true | ||
|
@@ -53,7 +53,7 @@ jobs: | |
- name: Build and push release candidate images 🛠️⬆️ | ||
if: github.event.action == 'prereleased' | ||
uses: docker/build-push-action@v3.0.0 | ||
uses: docker/build-push-action@v3.1.0 | ||
with: | ||
context: . | ||
push: true | ||
|
@@ -82,7 +82,7 @@ jobs: | |
uses: actions/[email protected] | ||
|
||
- name: Setup node environment ⚙️ | ||
uses: actions/setup-node@v3.3.0 | ||
uses: actions/setup-node@v3.4.1 | ||
with: | ||
node-version: 16 | ||
cache: 'npm' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -42,7 +42,7 @@ jobs: | |
password: ${{ secrets.JF_BOT_TOKEN }} | ||
|
||
- name: Build and push Docker images 🛠️ | ||
uses: docker/build-push-action@v3.0.0 | ||
uses: docker/build-push-action@v3.1.0 | ||
with: | ||
context: . | ||
push: true | ||
|
@@ -69,7 +69,7 @@ jobs: | |
uses: actions/[email protected] | ||
|
||
- name: Setup node environment ⚙️ | ||
uses: actions/setup-node@v3.3.0 | ||
uses: actions/setup-node@v3.4.1 | ||
with: | ||
node-version: 16 | ||
cache: 'npm' | ||
|