File tree 1 file changed +10
-4
lines changed
1 file changed +10
-4
lines changed Original file line number Diff line number Diff line change
1
+ name : Docker Image CI (Manual Build Only)
2
+
3
+ on :
4
+ workflow_dispatch :
5
+
1
6
jobs :
2
7
build :
3
8
runs-on : ubuntu-latest
4
9
steps :
5
10
- name : Checkout
6
- uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744
11
+ uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
7
12
8
13
- name : Docker meta
9
14
id : meta
10
- uses : docker/metadata-action@818d4b7b91585d195f67373fd9cb0332e31a7175
15
+ uses : docker/metadata-action@818d4b7b91585d195f67373fd9cb0332e31a7175 # v4.6.0
11
16
with :
12
17
images : |
13
18
netflixoss/metaflow_metadata_service
@@ -17,19 +22,20 @@ jobs:
17
22
type=raw,value=latest
18
23
19
24
# - name: Login to Docker Hub
20
- # uses: docker/login-action@465a07811f14bebb1938fbed4728c6a1ff8901fc
25
+ # uses: docker/login-action@465a07811f14bebb1938fbed4728c6a1ff8901fc # v2.2.0
21
26
# with:
22
27
# username: ${{ secrets.DOCKER_USERNAME_NETFLIX_OSS }}
23
28
# password: ${{ secrets.DOCKER_AUTH_TOKEN_NETFLIX_OSS }}
24
29
25
30
- name : Build (No Push)
26
- uses : docker/build-push-action@2eb1c1961a95fc15694676618e422e8ba1d63825
31
+ uses : docker/build-push-action@2eb1c1961a95fc15694676618e422e8ba1d63825 # v4.1.1
27
32
with :
28
33
context : .
29
34
push : false
30
35
tags : ${{ steps.meta.outputs.tags }}
31
36
labels : ${{ steps.meta.outputs.labels }}
32
37
38
+
33
39
context : .
34
40
push : true
35
41
tags : ${{ steps.meta.outputs.tags }}
You can’t perform that action at this time.
0 commit comments