|
|
@@ -18,6 +18,7 @@ jobs:
|
|
|
- name: 'Set env'
|
|
|
run: |
|
|
|
echo "MPD_VER=$(echo `grep -n "ARG MPD_VER=" mpd/Dockerfile`|awk -F= '{print $2}')" >> $GITHUB_ENV
|
|
|
+ echo "MYMPD_VER=$(echo `grep -n "ARG MYMPD_VER=" mpd/Dockerfile`|awk -F= '{print $2}')" >> $GITHUB_ENV
|
|
|
|
|
|
- name: Set up QEMU
|
|
|
id: qemu
|
|
|
@@ -53,9 +54,9 @@ jobs:
|
|
|
push: true
|
|
|
tags: |
|
|
|
johngong/mpd:latest
|
|
|
- johngong/mpd:${{ env.MPD_VER }}
|
|
|
+ johngong/mpd:${{ env.MPD_VER }}-${{ env.MYMPD_VER }}
|
|
|
ghcr.io/gshang2017/mpd:latest
|
|
|
- ghcr.io/gshang2017/mpd:${{ env.MPD_VER }}
|
|
|
+ ghcr.io/gshang2017/mpd:${{ env.MPD_VER }}-${{ env.MYMPD_VER }}
|
|
|
|
|
|
- name: Docker Hub Description
|
|
|
uses: peter-evans/dockerhub-description@v3
|
|
|
@@ -63,5 +64,5 @@ jobs:
|
|
|
username: ${{ secrets.DOCKER_USERNAME }}
|
|
|
password: ${{ secrets.DOCKER_PASSWORD }}
|
|
|
repository: johngong/mpd
|
|
|
- short-description: mpd:${{ env.MPD_VER }},集成蓝牙(bluetooth)。
|
|
|
+ short-description: mpd:${{ env.MPD_VER }}-${{ env.MYMPD_VER }},集成蓝牙(bluetooth)。
|
|
|
readme-filepath: ./mpd/README.md
|