mirror of
https://github.com/kremalicious/umami.git
synced 2024-11-15 09:45:04 +01:00
Update checkout action.
This commit is contained in:
parent
b39ef68372
commit
dbafc98142
2
.github/workflows/cd-manual.yml
vendored
2
.github/workflows/cd-manual.yml
vendored
@ -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 }}
|
||||
|
3
.github/workflows/cd.yml
vendored
3
.github/workflows/cd.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user