Merge pull request #9 from wolviecb/renovate/actions-checkout-3.x
chore(deps): update actions/checkout action to v3
This commit is contained in:
commit
08f6485df1
2
.github/workflows/build-on-branch.yml
vendored
2
.github/workflows/build-on-branch.yml
vendored
@ -9,7 +9,7 @@ jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v3
|
||||
- name: Build
|
||||
run: docker build . -t tandrade/short:latest
|
||||
- name: Login
|
||||
|
2
.github/workflows/build-on-tag.yml
vendored
2
.github/workflows/build-on-tag.yml
vendored
@ -9,7 +9,7 @@ jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v3
|
||||
- name: Build
|
||||
run: docker build . -t tandrade/short:${GITHUB_REF/refs\/tags\//}
|
||||
- name: Login
|
||||
|
Loading…
x
Reference in New Issue
Block a user