Skip to content

Commit bbecd26

Browse files
committed
Use ubuntu-latest
1 parent c465749 commit bbecd26

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/update_version.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@ jobs:
6161

6262
publish_docker_images:
6363
needs: [update-version]
64-
runs-on: ubuntu-20.04
65-
64+
runs-on: ubuntu-latest
65+
6666
if: github.ref == 'refs/heads/master' || github.event_name == 'release'
6767
steps:
6868
- name: Checkout
@@ -71,7 +71,7 @@ jobs:
7171
id: meta
7272
uses: crazy-max/ghaction-docker-meta@v2
7373
with:
74-
images: oskarstark/phpstan-ga
74+
images: oskarstark/phpstan-ga
7575
tags: |
7676
type=raw,value=latest,enable=${{ endsWith(github.ref, 'master') }}
7777
type=ref,event=tag

0 commit comments

Comments
 (0)