Update .github/workflows/docker.yaml

This commit is contained in:
Derek1256 2025-03-07 20:41:06 +00:00
parent b08ffef247
commit c98eda25aa

View file

@ -17,7 +17,7 @@ on:
jobs:
push:
name: Push
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
if: "!contains(github.ref, 'develop') || (!contains(github.event.head_commit.message, 'skip docker') && !contains(github.event.head_commit.message, 'docker skip'))"
steps:
- name: Code checkout