Skip to content

Commit bfda748

Browse files
committed
Building ubuntugis-base
1 parent 0554d8d commit bfda748

File tree

2 files changed

+32
-1
lines changed

2 files changed

+32
-1
lines changed

Diff for: .github/workflows/dockerimage.yml renamed to .github/workflows/mtk2garmin-converter.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
push:
66
paths:
77
- 'mtk2garmin-converter/**'
8-
- '.github/workflows/dockerimage.yml'
8+
- '.github/workflows/mtk2garmin-converter.yaml'
99
jobs:
1010
build:
1111
runs-on: ubuntu-latest

Diff for: .github/workflows/ubuntugis-base.yaml

+31
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
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

0 commit comments

Comments
 (0)