forked from I2P_Developers/i2p.i2p
CI: add workflow to also build tagged docker images
This commit is contained in:
2
.github/workflows/docker.yml
vendored
2
.github/workflows/docker.yml
vendored
@ -22,7 +22,7 @@ jobs:
|
||||
password: ${{ secrets.DOCKERHUB_TOKEN }}
|
||||
- name: Set env
|
||||
run:
|
||||
sudo apt-get install -y sed
|
||||
sudo apt-get install -y sed;
|
||||
echo "RELEASE_VERSION=${GITHUB_REF#refs/*/}" | sed 's|master|latest|g' >> $GITHUB_ENV
|
||||
- name: Build and push
|
||||
uses: docker/build-push-action@v6
|
||||
|
Reference in New Issue
Block a user