change debian to ubuntu for building the image

This commit is contained in:
Michi 2024-10-12 13:16:50 +02:00 committed by GitHub
parent 06ba3ef0e1
commit 921442289a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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