Skip to content

Commit 5dbe75a

Browse files
authored
Merge pull request #29 from IABTechLab/tjm-fix-pipeline-warnings
Update action versions to remove warnings
2 parents 0aea797 + 246c835 commit 5dbe75a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/docker-image.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
contents: read
1818
packages: write
1919
steps:
20-
- uses: actions/checkout@v3
20+
- uses: actions/checkout@v4
2121
- name: Log in to the Container registry
2222
uses: docker/login-action@f054a8b539a109f9f41c372932f1ae047eff08c9
2323
with:
@@ -33,7 +33,7 @@ jobs:
3333
type=sha,prefix=server_only-,format=short
3434
type=raw,prefix=server_only-,value=latest
3535
- name: Build and push Docker server_only image
36-
uses: docker/build-push-action@v2
36+
uses: docker/build-push-action@v5
3737
with:
3838
context: publisher/server_only
3939
push: true
@@ -46,7 +46,7 @@ jobs:
4646
contents: read
4747
packages: write
4848
steps:
49-
- uses: actions/checkout@v3
49+
- uses: actions/checkout@v4
5050
- name: Log in to the Container registry
5151
uses: docker/login-action@f054a8b539a109f9f41c372932f1ae047eff08c9
5252
with:
@@ -62,7 +62,7 @@ jobs:
6262
type=sha,prefix=standard-,format=short
6363
type=raw,prefix=standard-,value=latest
6464
- name: Build and push Docker standard image
65-
uses: docker/build-push-action@v2
65+
uses: docker/build-push-action@v5
6666
with:
6767
context: publisher/standard
6868
push: true

0 commit comments

Comments
 (0)