mirror of
https://github.com/michivonah/themepark-alerts.git
synced 2025-12-22 20:36:27 +01:00
change debian to ubuntu for building the image
This commit is contained in:
parent
06ba3ef0e1
commit
921442289a
1 changed files with 2 additions and 2 deletions
4
.github/workflows/image-build.yml
vendored
4
.github/workflows/image-build.yml
vendored
|
|
@ -6,7 +6,7 @@ on:
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
name: push docker image to docker hub
|
name: push docker image to docker hub
|
||||||
runs-on: debian-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: login to docker hub
|
- name: login to docker hub
|
||||||
|
|
@ -22,4 +22,4 @@ jobs:
|
||||||
docker build -t michivonah/ep-alerts:latest .
|
docker build -t michivonah/ep-alerts:latest .
|
||||||
- name: push the docker image
|
- name: push the docker image
|
||||||
id: push-docker-image
|
id: push-docker-image
|
||||||
run: docker push michivonah/ep-alerts:latest
|
run: docker push michivonah/ep-alerts:latest
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue