Change runs_on ubuntu-latest to docker

This commit is contained in:
Aroy-Art 2024-02-23 13:07:05 +01:00
parent 1422306456
commit 98d64a6f7d
Signed by: Aroy
GPG key ID: 583642324A1D2070
2 changed files with 2 additions and 2 deletions

View file

@ -8,7 +8,7 @@ on:
jobs: jobs:
push_to_registry: push_to_registry:
name: Push Docker image to Docker Hub name: Push Docker image to Docker Hub
runs-on: ubuntu-latest runs-on: docker
steps: steps:
- name: Check out the repo - name: Check out the repo
uses: actions/checkout@v2 uses: actions/checkout@v2

View file

@ -8,7 +8,7 @@ on:
jobs: jobs:
push_to_registry: push_to_registry:
name: Push Docker image to Docker Hub name: Push Docker image to Docker Hub
runs-on: ubuntu-latest runs-on: docker
steps: steps:
- name: Check out the repo - name: Check out the repo
uses: actions/checkout@v2 uses: actions/checkout@v2