bump actions versions
Browse files
.github/workflows/main.yml
CHANGED
@@ -32,21 +32,21 @@ jobs:
|
|
32 |
runs-on: [self-hosted, gpu, docker]
|
33 |
steps:
|
34 |
- name: Checkout
|
35 |
-
uses: actions/checkout@
|
36 |
- name: Docker metadata
|
37 |
id: metadata
|
38 |
-
uses: docker/metadata-action@
|
39 |
with:
|
40 |
images: winglian/axolotl
|
41 |
- name: Login to Docker Hub
|
42 |
-
uses: docker/login-action@
|
43 |
with:
|
44 |
username: ${{ secrets.DOCKERHUB_USERNAME }}
|
45 |
password: ${{ secrets.DOCKERHUB_TOKEN }}
|
46 |
- name: Set up Docker Buildx
|
47 |
-
uses: docker/setup-buildx-action@
|
48 |
- name: Build
|
49 |
-
uses: docker/build-push-action@
|
50 |
with:
|
51 |
context: .
|
52 |
build-args: |
|
@@ -85,21 +85,21 @@ jobs:
|
|
85 |
runs-on: [self-hosted, gpu, docker]
|
86 |
steps:
|
87 |
- name: Checkout
|
88 |
-
uses: actions/checkout@
|
89 |
- name: Docker metadata
|
90 |
id: metadata
|
91 |
-
uses: docker/metadata-action@
|
92 |
with:
|
93 |
images: winglian/axolotl-runpod
|
94 |
- name: Login to Docker Hub
|
95 |
-
uses: docker/login-action@
|
96 |
with:
|
97 |
username: ${{ secrets.DOCKERHUB_USERNAME }}
|
98 |
password: ${{ secrets.DOCKERHUB_TOKEN }}
|
99 |
- name: Set up Docker Buildx
|
100 |
uses: docker/setup-buildx-action@v2
|
101 |
- name: Build
|
102 |
-
uses: docker/build-push-action@
|
103 |
with:
|
104 |
context: .
|
105 |
build-args: |
|
|
|
32 |
runs-on: [self-hosted, gpu, docker]
|
33 |
steps:
|
34 |
- name: Checkout
|
35 |
+
uses: actions/checkout@v4
|
36 |
- name: Docker metadata
|
37 |
id: metadata
|
38 |
+
uses: docker/metadata-action@v5
|
39 |
with:
|
40 |
images: winglian/axolotl
|
41 |
- name: Login to Docker Hub
|
42 |
+
uses: docker/login-action@v3
|
43 |
with:
|
44 |
username: ${{ secrets.DOCKERHUB_USERNAME }}
|
45 |
password: ${{ secrets.DOCKERHUB_TOKEN }}
|
46 |
- name: Set up Docker Buildx
|
47 |
+
uses: docker/setup-buildx-action@v3
|
48 |
- name: Build
|
49 |
+
uses: docker/build-push-action@v5
|
50 |
with:
|
51 |
context: .
|
52 |
build-args: |
|
|
|
85 |
runs-on: [self-hosted, gpu, docker]
|
86 |
steps:
|
87 |
- name: Checkout
|
88 |
+
uses: actions/checkout@v4
|
89 |
- name: Docker metadata
|
90 |
id: metadata
|
91 |
+
uses: docker/metadata-action@v5
|
92 |
with:
|
93 |
images: winglian/axolotl-runpod
|
94 |
- name: Login to Docker Hub
|
95 |
+
uses: docker/login-action@v3
|
96 |
with:
|
97 |
username: ${{ secrets.DOCKERHUB_USERNAME }}
|
98 |
password: ${{ secrets.DOCKERHUB_TOKEN }}
|
99 |
- name: Set up Docker Buildx
|
100 |
uses: docker/setup-buildx-action@v2
|
101 |
- name: Build
|
102 |
+
uses: docker/build-push-action@v5
|
103 |
with:
|
104 |
context: .
|
105 |
build-args: |
|