mirror of
https://github.com/ether/etherpad-lite.git
synced 2026-01-23 02:35:34 +00:00
Fix duplicate GNPM_VERSION in docker.yml
Removed duplicate environment variable declaration for GNPM_VERSION.
This commit is contained in:
parent
1ffc346a15
commit
42804e2a82
1 changed files with 1 additions and 2 deletions
3
.github/workflows/docker.yml
vendored
3
.github/workflows/docker.yml
vendored
|
|
@ -12,11 +12,10 @@ on:
|
||||||
- 'v?[0-9]+.[0-9]+.[0-9]+'
|
- 'v?[0-9]+.[0-9]+.[0-9]+'
|
||||||
env:
|
env:
|
||||||
TEST_TAG: etherpad/etherpad:test
|
TEST_TAG: etherpad/etherpad:test
|
||||||
|
GNPM_VERSION: 0.1.0
|
||||||
permissions:
|
permissions:
|
||||||
contents: read
|
contents: read
|
||||||
|
|
||||||
env:
|
|
||||||
GNPM_VERSION: 0.1.0
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
docker:
|
docker:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue