This commit is contained in:
parent
a61e416bb5
commit
19d79af2db
@ -12,6 +12,8 @@ jobs:
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
# with:
|
||||
# path: my-repo
|
||||
|
||||
# - name: Check is image already exists
|
||||
# id: extract-version
|
||||
@ -25,6 +27,7 @@ jobs:
|
||||
# echo "docker_tag=${docker_tag}"
|
||||
# if curl --silent -f -lSL "https://hub.docker.com/v2/repositories/jiriks74/onlyoffice-documentserver/tags/${docker_tag}" > /dev/null; then exit 1; else exit 0; fi
|
||||
# shell: bash
|
||||
|
||||
- name: Install Docker
|
||||
run: |
|
||||
apt-get update
|
||||
@ -40,14 +43,15 @@ jobs:
|
||||
platforms: linux/amd64,linux/arm64
|
||||
|
||||
- name: Get upstream repository
|
||||
run: git clone https://github.com/ONLYOFFICE/DocumentServer upstream
|
||||
run: git clone https://github.com/ONLYOFFICE/DocumentServer upstream && ls -la
|
||||
|
||||
- name: Extract tags and labels for Docker
|
||||
id: meta
|
||||
uses: docker/metadata-action@v5.5.0
|
||||
working-directory: upstream
|
||||
with:
|
||||
images: jiriks74/onlyoffice-documentserver
|
||||
context: upstream
|
||||
context: git
|
||||
|
||||
- name: Check if the image was already built
|
||||
id: check-build-status
|
||||
|
Loading…
x
Reference in New Issue
Block a user