Compare commits
No commits in common. "19da7909ce50984019150d4782d09219b6314150" and "c5c4d6b59a9df3e34b671f3630d2e3d4a4380365" have entirely different histories.
19da7909ce
...
c5c4d6b59a
1 changed files with 0 additions and 6 deletions
6
.github/workflows/docker-publish-android.yml
vendored
6
.github/workflows/docker-publish-android.yml
vendored
|
|
@ -25,9 +25,6 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout du code
|
- name: Checkout du code
|
||||||
uses: actions/checkout@v7
|
uses: actions/checkout@v7
|
||||||
with:
|
|
||||||
fetch-depth: 0
|
|
||||||
fetch-tags: true
|
|
||||||
|
|
||||||
# 1. Votre étape de build actuelle (on nomme l'image "postit-android")
|
# 1. Votre étape de build actuelle (on nomme l'image "postit-android")
|
||||||
# --target build-env : on ne veut que le stage de build (qui
|
# --target build-env : on ne veut que le stage de build (qui
|
||||||
|
|
@ -62,9 +59,6 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout du code
|
- name: Checkout du code
|
||||||
uses: actions/checkout@v7
|
uses: actions/checkout@v7
|
||||||
with:
|
|
||||||
fetch-depth: 0
|
|
||||||
fetch-tags: true
|
|
||||||
|
|
||||||
- name: Valider le tag et la section CHANGELOG
|
- name: Valider le tag et la section CHANGELOG
|
||||||
env:
|
env:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue