Skip to content

Commit

Permalink
gha - build and test BullMQ
Browse files Browse the repository at this point in the history
  • Loading branch information
f-w committed Oct 27, 2024
1 parent a9d2b68 commit 07d682c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/buildTestPublishContainerDeploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ on:
push:
branches:
- main
- BullMQ
release:
types:
- published
Expand Down Expand Up @@ -43,7 +44,7 @@ jobs:
echo $notifyBCContainerTag > notifyBCContainerTag.txt
- name: Upload notifyBCContainerTag
if: ${{ startsWith(github.ref, 'refs/heads/') }}
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: notifyBCContainerTag
path: notifyBCContainerTag.txt
Expand All @@ -58,7 +59,7 @@ jobs:
username: ${{ github.repository_owner }}
password: ${{ secrets.CR_PAT }}
- name: Publish Container 🚀
uses: docker/build-push-action@v2
uses: docker/build-push-action@v6
with:
push: true
tags: ghcr.io/bcgov/notify-bc:${{ env.notifyBCContainerTag }}
Expand All @@ -85,7 +86,7 @@ jobs:
openshift_token: ${{ secrets.OPENSHIFT_API_TOKEN }}
namespace: ${{ secrets.OPENSHIFT_PROJECT }}-dev
- name: Download notifyBCContainerTag
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
name: notifyBCContainerTag
- name: helm upgrade 🚀
Expand Down

0 comments on commit 07d682c

Please sign in to comment.