Commit 92f8dad 1 parent 474ada0 commit 92f8dad Copy full SHA for 92f8dad
File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -29,29 +29,29 @@ jobs:
29
29
30
30
steps :
31
31
- name : Checkout repository
32
- uses : actions/checkout@v3
32
+ uses : actions/checkout@v4
33
33
34
34
- name : Log in to the Docker Hub container registry (for pulls)
35
- uses : docker/login-action@v2
35
+ uses : docker/login-action@v3
36
36
with :
37
37
username : ${{ secrets.DOCKERHUB_USERNAME }}
38
38
password : ${{ secrets.DOCKERHUB_TOKEN }}
39
39
40
40
- name : Log in to the GitHub container registry (for pushes)
41
- uses : docker/login-action@v2
41
+ uses : docker/login-action@v3
42
42
with :
43
43
registry : ghcr.io
44
44
username : ${{ github.actor }}
45
45
password : ${{ secrets.GITHUB_TOKEN }}
46
46
47
47
- name : Extract metadata (tags, labels) for Docker
48
48
id : meta
49
- uses : docker/metadata-action@v4
49
+ uses : docker/metadata-action@v5
50
50
with :
51
51
images : ghcr.io/penumbra-zone/galileo
52
52
53
53
- name : Build and push Docker image
54
- uses : docker/build-push-action@v3
54
+ uses : docker/build-push-action@v5
55
55
with :
56
56
context : .
57
57
platforms : linux/amd64
Original file line number Diff line number Diff line change @@ -116,7 +116,7 @@ jobs:
116
116
runs-on : buildjet-8vcpu-ubuntu-2004
117
117
steps :
118
118
- name : Checkout galileo
119
- uses : actions/checkout@v3
119
+ uses : actions/checkout@v4
120
120
121
121
# N.B. `cargo fmt` does not require relpath dependencies to be present,
122
122
# so we don't need to clone the penumbra repo here.
You can’t perform that action at this time.
0 commit comments