There was an error while loading. Please reload this page.
1 parent 3910b1e commit dad7c5cCopy full SHA for dad7c5c
1 file changed
.github/workflows/production-deploy.yml
@@ -18,23 +18,23 @@ jobs:
18
19
steps:
20
- name: Check out latest commit
21
- uses: actions/checkout@v4
+ uses: actions/checkout@v7
22
23
- name: Log in to GitHub Container Registry
24
- uses: docker/login-action@v3
+ uses: docker/login-action@v4
25
with:
26
registry: ghcr.io
27
username: ${{ github.actor }}
28
password: ${{ secrets.GITHUB_TOKEN }}
29
30
- name: Extract metadata (tags, labels) for Docker
31
id: meta
32
- uses: docker/metadata-action@v5
+ uses: docker/metadata-action@v6
33
34
images: ghcr.io/osuakatsuki/akatsuki-api
35
36
- name: Build and push Docker image
37
- uses: docker/build-push-action@v5
+ uses: docker/build-push-action@v7
38
39
context: .
40
file: ./Dockerfile
0 commit comments