File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 46
46
47
47
- name : Docker meta
48
48
id : meta
49
- uses : docker/metadata-action@v4
49
+ uses : docker/metadata-action@v5
50
50
with :
51
51
# list of Docker images to use as base name for tags
52
52
images : |
@@ -63,15 +63,15 @@ jobs:
63
63
# type=sha
64
64
65
65
- name : Set up QEMU
66
- uses : docker/setup-qemu-action@v2
66
+ uses : docker/setup-qemu-action@v3
67
67
68
68
- name : Set up Docker Buildx
69
69
id : buildx
70
70
uses : docker/setup-buildx-action@v3
71
71
72
72
# The values provided to these two AWS steps are always the same for Panubo owned repos
73
73
- name : Configure AWS Credentials
74
- uses : aws-actions/configure-aws-credentials@v1-node16
74
+ uses : aws-actions/configure-aws-credentials@v4
75
75
with :
76
76
role-to-assume : ${{ env.GITHUB_ROLE_ARN }}
77
77
aws-region : us-east-1
96
96
bats-version : 1.7.0
97
97
98
98
- name : Build and export to Docker
99
- uses : docker/build-push-action@v4
99
+ uses : docker/build-push-action@v6
100
100
with :
101
101
builder : ${{ steps.buildx.outputs.name }}
102
102
cache-from : type=gha
@@ -108,7 +108,7 @@ jobs:
108
108
make _ci_test
109
109
110
110
- name : Build and Push
111
- uses : docker/build-push-action@v4
111
+ uses : docker/build-push-action@v6
112
112
with :
113
113
builder : ${{ steps.buildx.outputs.name }}
114
114
push : ${{ github.event_name != 'pull_request' }}
You can’t perform that action at this time.
0 commit comments