-
-
Notifications
You must be signed in to change notification settings - Fork 79
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'development' into internal-backpack
- Loading branch information
Showing
7 changed files
with
851 additions
and
978 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 |
---|---|---|
|
@@ -9,12 +9,12 @@ jobs: | |
|
||
strategy: | ||
matrix: | ||
node-version: [16.x, 18.x] | ||
node-version: [18.x, 20.x] | ||
|
||
steps: | ||
- uses: actions/[email protected] | ||
- name: Use Node.js ${{ matrix.node-version }} | ||
uses: actions/setup-node@v3.6.0 | ||
uses: actions/setup-node@v3.7.0 | ||
with: | ||
node-version: ${{ matrix.node-version }} | ||
- run: npm install | ||
|
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 |
---|---|---|
|
@@ -19,11 +19,9 @@ jobs: | |
strategy: | ||
matrix: | ||
node: | ||
- 16.15.0-alpine | ||
- 16.15.0-buster | ||
- 16.15.0-buster-slim | ||
- 16.15.0-stretch | ||
- 16.15.0-stretch-slim | ||
- 18.17.0-alpine | ||
- 18.17.0-buster | ||
- 18.17.0-buster-slim | ||
|
||
name: Tag Commit (node:${{ matrix.node }}) | ||
|
||
|
@@ -34,7 +32,7 @@ jobs: | |
uses: docker/[email protected] | ||
|
||
- name: Set up Docker Buildx | ||
uses: docker/setup-buildx-action@v2.7.0 | ||
uses: docker/setup-buildx-action@v2.9.1 | ||
|
||
- name: Login to DockerHub | ||
uses: docker/[email protected] | ||
|
@@ -43,7 +41,7 @@ jobs: | |
password: ${{ secrets.DOCKERHUB_TOKEN }} | ||
|
||
- name: Build final image | ||
uses: docker/build-push-action@v4.0.0 | ||
uses: docker/build-push-action@v4.1.1 | ||
with: | ||
push: true | ||
tags: tf2autobot/tf2autobot:${{ github.sha }}-${{ matrix.node }} |
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 |
---|---|---|
|
@@ -21,11 +21,9 @@ jobs: | |
strategy: | ||
matrix: | ||
node: | ||
- 16.15.0-alpine | ||
- 16.15.0-buster | ||
- 16.15.0-buster-slim | ||
- 16.15.0-stretch | ||
- 16.15.0-stretch-slim | ||
- 18.17.0-alpine | ||
- 18.17.0-buster | ||
- 18.17.0-buster-slim | ||
|
||
name: Tag Latest (node:${{ matrix.node }}) | ||
|
||
|
@@ -36,7 +34,7 @@ jobs: | |
uses: docker/[email protected] | ||
|
||
- name: Set up Docker Buildx | ||
uses: docker/setup-buildx-action@v2.7.0 | ||
uses: docker/setup-buildx-action@v2.9.1 | ||
|
||
- name: Login to DockerHub | ||
uses: docker/[email protected] | ||
|
@@ -45,7 +43,7 @@ jobs: | |
password: ${{ secrets.DOCKERHUB_TOKEN }} | ||
|
||
- name: Build final image | ||
uses: docker/build-push-action@v4.0.0 | ||
uses: docker/build-push-action@v4.1.1 | ||
with: | ||
push: true | ||
tags: tf2autobot/tf2autobot:latest-${{ matrix.node }} |
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 |
---|---|---|
|
@@ -14,11 +14,9 @@ jobs: | |
strategy: | ||
matrix: | ||
node: | ||
- 16.15.0-alpine | ||
- 16.15.0-buster | ||
- 16.15.0-buster-slim | ||
- 16.15.0-stretch | ||
- 16.15.0-stretch-slim | ||
- 18.17.0-alpine | ||
- 18.17.0-buster | ||
- 18.17.0-buster-slim | ||
|
||
name: Tag Release (node:${{ matrix.node }}) | ||
|
||
|
@@ -37,7 +35,7 @@ jobs: | |
uses: docker/[email protected] | ||
|
||
- name: Set up Docker Buildx | ||
uses: docker/setup-buildx-action@v2.7.0 | ||
uses: docker/setup-buildx-action@v2.9.1 | ||
|
||
- name: Login to DockerHub | ||
uses: docker/[email protected] | ||
|
@@ -47,7 +45,7 @@ jobs: | |
|
||
- name: Build and push (node:${{ matrix.node }}) | ||
id: docker | ||
uses: docker/build-push-action@v4.0.0 | ||
uses: docker/build-push-action@v4.1.1 | ||
with: | ||
push: true | ||
context: . | ||
|
Oops, something went wrong.