Skip to content

Commit

Permalink
Updating Docker Image Tags for Helm Release Process (#2409)
Browse files Browse the repository at this point in the history
* adding workflow to upadte docker tag for api

* making this an action and calling it from our staging workflow

* moving this to the main workflow

* missing a line
  • Loading branch information
P0NDER0SA authored Jan 9, 2025
1 parent 94c440c commit a3b1835
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ jobs:
env:
GITHUB_SHA: ${{ github.sha }}
run: |
echo "DOCKER_TAG=${GITHUB_SHA::7}" >> $GITHUB_ENV
curl -L \
-X POST \
-H "Accept: application/vnd.github+json" \
Expand Down

0 comments on commit a3b1835

Please sign in to comment.