We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 287abd8 commit 0954129Copy full SHA for 0954129
.github/workflows/build.yaml
@@ -12,7 +12,7 @@ on:
12
13
jobs:
14
build:
15
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-22.04
16
env:
17
IMAGE_TAG: react-native
18
steps:
.github/workflows/publish.yml
@@ -6,7 +6,7 @@ on:
6
7
publish_to_dockerhub:
8
name: Publish to Docker Hub
9
10
if: ${{ startsWith(github.ref, 'refs/tags/v') }}
11
- name: Check out the repo
0 commit comments