File tree Expand file tree Collapse file tree 1 file changed +13
-12
lines changed Expand file tree Collapse file tree 1 file changed +13
-12
lines changed Original file line number Diff line number Diff line change 4
4
push :
5
5
branches :
6
6
- ' main'
7
+ paths-ignore :
8
+ - ' docs/**'
9
+ - ' helm/**'
10
+ - ' assets/**'
11
+ - ' **.md'
7
12
8
13
jobs :
9
14
docker :
10
15
runs-on : ubuntu-latest
11
16
steps :
12
17
- name : Checkout
13
18
uses : actions/checkout@v3
14
-
15
- - name : Set up QEMU
16
- uses : docker/setup-qemu-action@v2
17
-
18
- - name : Set up Docker Buildx
19
- uses : docker/setup-buildx-action@v2
20
19
21
20
- name : Login to Docker Hub
22
- uses : docker/login-action@v2
21
+ uses : docker/login-action@f054a8b539a109f9f41c372932f1ae047eff08c9
23
22
with :
24
23
username : ${{ secrets.DOCKERHUB_USERNAME }}
25
24
password : ${{ secrets.DOCKERHUB_TOKEN }}
26
- ecr : false
27
-
28
- - name : Set up Docker Buildx
29
- uses : docker/setup-buildx-action@v2
25
+
26
+ - name : Extract metadata (tags, labels) for Docker
27
+ id : meta
28
+ uses : docker/metadata-action@98669ae865ea3cffbcbaa878cf57c20bbf1c6c38
29
+ with :
30
+ images : parseable/parseable
30
31
31
32
- name : Build and push
32
- uses : docker/build-push-action@v4
33
+ uses : docker/build-push-action@ad44023a93711e3deb337508980b4b5e9bcdc5dc
33
34
with :
34
35
context : .
35
36
file : ./Dockerfile
You can’t perform that action at this time.
0 commit comments