Skip to content

Commit 7fb4b0b

Browse files
authored
Update actions versions (#120)
1 parent 57f60a2 commit 7fb4b0b

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/build_and_push.yml

+7-7
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ jobs:
1111
build_n_push:
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@v2
14+
- uses: actions/checkout@v3
1515

1616
- name: setup-node
17-
uses: actions/setup-node@v2
17+
uses: actions/setup-node@v3
1818
with:
1919
node-version: '16'
2020
cache: 'npm'
@@ -27,26 +27,26 @@ jobs:
2727
run: CI=false npm run build
2828
-
2929
name: Set up QEMU
30-
uses: docker/setup-qemu-action@v1
30+
uses: docker/setup-qemu-action@v2
3131
-
3232
name: Set up Docker Buildx
33-
uses: docker/setup-buildx-action@v1
33+
uses: docker/setup-buildx-action@v2
3434
-
3535
name: Docker meta
3636
id: meta
37-
uses: docker/metadata-action@v3
37+
uses: docker/metadata-action@v4
3838
with:
3939
images: wiretrustee/dashboard
4040
-
4141
name: Login to DockerHub
4242
if: github.event_name != 'pull_request'
43-
uses: docker/login-action@v1
43+
uses: docker/login-action@v2
4444
with:
4545
username: ${{ secrets.DOCKER_USER }}
4646
password: ${{ secrets.DOCKER_TOKEN }}
4747
-
4848
name: Docker build and push
49-
uses: docker/build-push-action@v2
49+
uses: docker/build-push-action@v3
5050
with:
5151
context: .
5252
file: docker/Dockerfile

0 commit comments

Comments
 (0)