mirror of
https://github.com/michivonah/themepark-alerts.git
synced 2025-12-22 12:26:29 +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:
|
||||
build:
|
||||
name: push docker image to docker hub
|
||||
runs-on: debian-latest
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: login to docker hub
|
||||
|
|
@ -22,4 +22,4 @@ jobs:
|
|||
docker build -t michivonah/ep-alerts:latest .
|
||||
- name: push the 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