mirror of
https://github.com/ether/etherpad-lite.git
synced 2026-01-22 18:28:57 +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]+'
|
||||
env:
|
||||
TEST_TAG: etherpad/etherpad:test
|
||||
GNPM_VERSION: 0.1.0
|
||||
permissions:
|
||||
contents: read
|
||||
|
||||
env:
|
||||
GNPM_VERSION: 0.1.0
|
||||
|
||||
jobs:
|
||||
docker:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue