mirror of
https://github.com/parrazam/radicale-docker.git
synced 2024-11-24 02:39:11 +01:00
Updated actions/checkout to v3
This commit is contained in:
parent
4e25aa914f
commit
977d7f4ee6
1 changed files with 1 additions and 1 deletions
2
.github/workflows/deploy-docker.yml
vendored
2
.github/workflows/deploy-docker.yml
vendored
|
@ -10,7 +10,7 @@ jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v3
|
||||||
- name: Publish to Docker Hub Registry
|
- name: Publish to Docker Hub Registry
|
||||||
uses: elgohr/Publish-Docker-Github-Action@v4
|
uses: elgohr/Publish-Docker-Github-Action@v4
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in a new issue