Skip to content

Commit

Permalink
chore: ci, tag stable fluvio releases with stable in docker hub (#3846)
Browse files Browse the repository at this point in the history
  • Loading branch information
digikata committed Jan 30, 2024
1 parent d11b3a7 commit 1270d45
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,9 @@ jobs:
make docker-hub-check-image-exists
# if the check fails, then continue
- name: Tag and push release image

# push both the versioned image, and update the stable tag
- name: Tag and push release images
if: ${{ steps.docker_check.outcome == 'failure' }}
env:
DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }}
Expand All @@ -178,6 +180,7 @@ jobs:
DEV_VERSION_TAG: ${{ env.VERSION }}-${{ env.TARGET_SHA }}
run: |
make docker-push-manifest
DOCKER_IMAGE_TAG=stable make docker-push-manifest
- name: Slack Notification
uses: 8398a7/action-slack@v3
Expand Down

0 comments on commit 1270d45

Please sign in to comment.