Skip to content

Commit 7e08f53

Browse files
authored
Merge pull request #25 from unmtransinfo/gh_actions_update
Gh actions update
2 parents 1aab29d + 5b4fbb0 commit 7e08f53

2 files changed

Lines changed: 13 additions & 13 deletions

File tree

.github/workflows/docker-publish.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@ jobs:
3030

3131
steps:
3232
- name: Checkout code
33-
uses: actions/checkout@v4
33+
uses: actions/checkout@v6
3434

3535
- name: Set up Docker Buildx
36-
uses: docker/setup-buildx-action@v3
36+
uses: docker/setup-buildx-action@v4
3737

3838
- name: Log in to Docker Hub
3939
uses: docker/login-action@v3
@@ -43,7 +43,7 @@ jobs:
4343

4444
- name: Build and push by digest
4545
id: build
46-
uses: docker/build-push-action@v5
46+
uses: docker/build-push-action@v7
4747
with:
4848
context: .
4949
file: ./Dockerfile
@@ -57,7 +57,7 @@ jobs:
5757
touch "/tmp/digests/${digest#sha256:}"
5858
5959
- name: Upload digest
60-
uses: actions/upload-artifact@v4
60+
uses: actions/upload-artifact@v7
6161
with:
6262
name: digests-${{ matrix.platform == 'linux/amd64' && 'amd64' || 'arm64' }}
6363
path: /tmp/digests/*
@@ -77,10 +77,10 @@ jobs:
7777
merge-multiple: true
7878

7979
- name: Set up Docker Buildx
80-
uses: docker/setup-buildx-action@v3
80+
uses: docker/setup-buildx-action@v4
8181

8282
- name: Log in to Docker Hub
83-
uses: docker/login-action@v3
83+
uses: docker/login-action@v4
8484
with:
8585
username: ${{ secrets.DOCKERHUB_USERNAME }}
8686
password: ${{ secrets.DOCKERHUB_TOKEN }}

package-lock.json

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)