Skip to content

Commit ed74bf5

Browse files
authored
Merge pull request #1 from toolforge/T348873
Update to current versions of actions.
2 parents 246ffbc + 970ef1c commit ed74bf5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build-and-push.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
build_and_push:
1717
runs-on: ubuntu-latest
1818
steps:
19-
- uses: actions/checkout@v2
19+
- uses: actions/checkout@v4
2020
with:
2121
repository: ${{ github.event.pull_request.head.repo.full_name }}
2222

@@ -28,18 +28,18 @@ jobs:
2828
git checkout ${{ github.head_ref }}
2929
3030
- name: Set up Docker Buildx
31-
uses: docker/setup-buildx-action@v1
31+
uses: docker/setup-buildx-action@v3
3232

3333
- name: Login to Quay.io
34-
uses: docker/login-action@v1
34+
uses: docker/login-action@v3
3535
with:
3636
registry: quay.io
3737
username: ${{ secrets.quay_user }}
3838
password: ${{ secrets.quay_password }}
3939

4040
- name: Build and push
4141
id: docker_build
42-
uses: docker/build-push-action@v2
42+
uses: docker/build-push-action@v5
4343
with:
4444
push: true
4545
context: images/${{ inputs.imagename }}

0 commit comments

Comments
 (0)