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