Skip to content

Commit b656d70

Browse files
committed
Minor update to GH actions.
1 parent 9b08567 commit b656d70

1 file changed

Lines changed: 4 additions & 6 deletions

File tree

.github/workflows/app.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,26 +11,24 @@ jobs:
1111
steps:
1212

1313
- name: Checkout
14-
uses: actions/checkout@v2
14+
uses: actions/checkout@v4
1515

1616
- name: Set up Docker Buildx
17-
uses: docker/setup-buildx-action@v1
17+
uses: docker/setup-buildx-action@v3
1818

1919
- name: Log in to the Container registry
20-
uses: docker/login-action@v1
20+
uses: docker/login-action@v3
2121
with:
2222
registry: ghcr.io
2323
username: ${{ github.actor }}
2424
password: ${{ secrets.GITHUB_TOKEN }}
2525

2626
- name: Build and push Docker image
27-
uses: docker/build-push-action@v2
27+
uses: docker/build-push-action@v6
2828
with:
2929
context: .
3030
file: Dockerfile
3131
push: true
3232
platforms: linux/arm64,linux/arm/v8,linux/amd64
3333
tags: |
3434
ghcr.io/csse6400/csse6400-cloud-testing:latest
35-
36-

0 commit comments

Comments
 (0)