Skip to content

Commit

Permalink
fix(ci): release dkr image debian digest (#3522)
Browse files Browse the repository at this point in the history
  • Loading branch information
rogeriopeixotocx authored Jun 2, 2021
1 parent dd7560d commit 7f6f1ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-dkr-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:
echo "${VERSION},${DIGEST}" >> docs/docker/digests.csv
echo "${VERSION}-alpine,${ALPINE_DIGEST}" >> docs/docker/digests.csv
echo "${VERSION}-alpine,${DEBIAN_DIGEST}" >> docs/docker/digests.csv
echo "${VERSION}-debian,${DEBIAN_DIGEST}" >> docs/docker/digests.csv
- uses: actions/[email protected]
with:
python-version: 3.x
Expand Down

0 comments on commit 7f6f1ea

Please sign in to comment.