File tree Expand file tree Collapse file tree 1 file changed +8
-13
lines changed Expand file tree Collapse file tree 1 file changed +8
-13
lines changed Original file line number Diff line number Diff line change 3
3
push :
4
4
jobs :
5
5
push_to_registry :
6
- name : Push PgOSM-Flex image to Docker Hub
6
+ name : Build and inspect PgOSM Flex image
7
7
runs-on : ubuntu-latest
8
8
steps :
9
9
- name : Check out the repo
10
10
uses : actions/checkout@v2
11
- with :
12
- fetch-depth : 0
13
- - name : Login to DockerHub
14
- uses : docker/login-action@v1
15
- with :
16
- username : ${{ secrets.DOCKER_HUB_USERNAME }}
17
- password : ${{ secrets.DOCKER_HUB_TOKEN }}
18
- - name : Build and Push to Docker Hub
11
+ - name : Build image for local GH use
19
12
id : docker_build_push
20
13
uses : docker/build-push-action@v2
21
14
with :
22
- push : true
15
+ context : .
16
+ load : true
17
+ push : false
23
18
tags : rustprooflabs/pgosm-flex:ghdev
24
- - name : Image digest
25
- run : echo ${{ steps.docker_build.outputs.digest }}
26
-
19
+ - name : Inspect image
20
+ run : |
21
+ docker image inspect rustprooflabs/pgosm-flex:ghdev
You can’t perform that action at this time.
0 commit comments