File tree 2 files changed +32
-1
lines changed
2 files changed +32
-1
lines changed Original file line number Diff line number Diff line change 5
5
push :
6
6
paths :
7
7
- ' mtk2garmin-converter/**'
8
- - ' .github/workflows/dockerimage.yml '
8
+ - ' .github/workflows/mtk2garmin-converter.yaml '
9
9
jobs :
10
10
build :
11
11
runs-on : ubuntu-latest
Original file line number Diff line number Diff line change
1
+ name : ubuntugis-base docker image
2
+
3
+ on :
4
+ workflow_dispatch :
5
+ push :
6
+ paths :
7
+ - ' mapcreator/ubuntugis-base/**'
8
+ - ' .github/workflows/ubuntugis-base.yaml'
9
+ jobs :
10
+ build :
11
+ runs-on : ubuntu-latest
12
+ steps :
13
+ -
14
+ name : Login to Docker Hub
15
+ uses : docker/login-action@v3
16
+ with :
17
+ username : ${{ secrets.DOCKER_USERNAME }}
18
+ password : ${{ secrets.DOCKER_PASSWORD }}
19
+ -
20
+ name : Set up QEMU
21
+ uses : docker/setup-qemu-action@v3
22
+ -
23
+ name : Set up Docker Buildx
24
+ uses : docker/setup-buildx-action@v3
25
+ -
26
+ name : Build and push
27
+ uses : docker/build-push-action@v6
28
+ with :
29
+ push : true
30
+ context : " {{defaultContext}}:mapcreator/ubuntugis-base"
31
+ tags : teemupel/mtk2garmin-ubuntugis-base:latest
You can’t perform that action at this time.
0 commit comments