diff options
Diffstat (limited to '.github/workflows/images.yml')
| -rw-r--r-- | .github/workflows/images.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/images.yml b/.github/workflows/images.yml index dd91898ef..d20f7e5ce 100644 --- a/.github/workflows/images.yml +++ b/.github/workflows/images.yml @@ -45,6 +45,7 @@ jobs: - { name: Ubuntu Bionic, id: bionic } - { name: Ubuntu Rolling, id: ubuntu-rolling } steps: + # Need v3 because of bionic - uses: actions/checkout@v3 # Login to dockerhub |
