We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5e3888 commit c9be20cCopy full SHA for c9be20c
1 file changed
.github/workflows/docker.yml
@@ -23,9 +23,9 @@ jobs:
23
-
24
name: Check out
25
uses: actions/checkout@v4
26
- with:
+ with:
27
path: etherpad
28
+
29
30
name: Set up QEMU
31
if: github.event_name == 'push'
@@ -125,7 +125,7 @@ jobs:
125
126
with:
127
path: ether-charts
128
- repository: https://github.com/ether/ether-charts
+ repository: ether/ether-charts
129
token: ${{ secrets.GITHUB_TOKEN }}
130
- name: Update tag in values-dev.yaml
131
#if: github.event == 'push' && github.ref == 'refs/heads/develop'
0 commit comments