docker: add Fedora 39 and openSUSE Tumbleweed based images (#6669)

This commit is contained in:
Dmitry Sharshakov
2024-02-09 00:31:50 +03:00
committed by GitHub
parent 76e6f75758
commit a2d35ad815
5 changed files with 164 additions and 1 deletions

View File

@@ -183,7 +183,7 @@ jobs:
TAG="${{ github.event.inputs.version || github.ref_name }}"
echo "VERSION=${TAG#v}" >> $GITHUB_ENV
- name: Download release artifacts
- name: Download deb artifacts
uses: robinraju/release-downloader@v1.9
with:
repository: "coder/code-server"
@@ -191,6 +191,14 @@ jobs:
fileName: "*.deb"
out-file-path: "release-packages"
- name: Download rpm artifacts
uses: robinraju/release-downloader@v1.9
with:
repository: "coder/code-server"
tag: v${{ env.VERSION }}
fileName: "*.rpm"
out-file-path: "release-packages"
- name: Publish to Docker
run: ./ci/steps/docker-buildx-push.sh
env: