Skip to content

Commit

Permalink
feat(ci/cd): pin gha versions
Browse files Browse the repository at this point in the history
DEVOPS-138
  • Loading branch information
remdub committed Jul 29, 2024
1 parent c0b7dc4 commit f6c8f47
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Get tomorrow date
run: echo "DEPLOY_DATE=$(date --date='03:00 tomorrow' +'%Y-%m-%dT%H:%M:%S%z')" >> $GITHUB_ENV
- name: Deploy to production and notify
uses: IMIO/gha/[email protected]
uses: IMIO/gha/[email protected].1
with:
RUNDECK_URL: ${{ secrets.RUNDECK_URL }}
RUNDECK_TOKEN: ${{ secrets.SMARTWEB_RUNDECK_TOKEN }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
echo EOF
} >> $GITHUB_ENV
- name: Build push and notify
uses: IMIO/gha/build-push-notify@main
uses: IMIO/gha/build-push-notify@v3.6.1
with:
IMAGE_NAME: ${{ env.IMAGE_NAME }}
IMAGE_TAGS: ${{ env.IMAGE_TAGS }}
Expand All @@ -38,7 +38,7 @@ jobs:
needs: build-push
steps:
- name: Deploy to staging and notify
uses: IMIO/gha/[email protected]
uses: IMIO/gha/[email protected].1
with:
RUNDECK_URL: ${{ secrets.RUNDECK_URL }}
RUNDECK_TOKEN: ${{ secrets.SMARTWEB_RUNDECK_TOKEN }}
Expand Down

0 comments on commit f6c8f47

Please sign in to comment.