Skip to content

Commit

Permalink
CI: add workflow to also build tagged docker images
Browse files Browse the repository at this point in the history
  • Loading branch information
eyedeekay committed Sep 19, 2024
1 parent 2447310 commit f093b56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Set env
run:
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
Expand Down

0 comments on commit f093b56

Please sign in to comment.