Update checkout action.

This commit is contained in:
Mike Cao 2023-04-19 16:20:45 -07:00
parent b39ef68372
commit dbafc98142
2 changed files with 2 additions and 3 deletions

View File

@ -18,7 +18,7 @@ jobs:
db-type: [postgresql, mysql]
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: mr-smithers-excellent/docker-build-push@v6
name: Build & push Docker image for ${{ matrix.db-type }}

View File

@ -3,7 +3,6 @@ name: Create docker images
on: [create]
jobs:
build:
name: Build, push, and deploy
if: ${{ startsWith(github.ref, 'refs/tags/v') }}
@ -14,7 +13,7 @@ jobs:
db-type: [postgresql, mysql]
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Set env
run: echo "RELEASE_VERSION=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV