Skip to content

Commit

Permalink
Updated action versions in buildTestPublishContainerDeploy workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mhaswell-bcgov committed Apr 25, 2024
1 parent b471ecc commit baa65f5
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/buildTestPublishContainerDeploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v2.3.1
uses: actions/checkout@v4.1.4
with:
persist-credentials: false
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4.0.2
with:
node-version: ${{ vars.NODE_VERSION }}
- name: Install and Test 🔧
Expand Down Expand Up @@ -46,17 +46,17 @@ jobs:
name: notifyBCContainerTag
path: notifyBCContainerTag.txt
- name: Checkout 🛎️
uses: actions/checkout@v2.3.1
uses: actions/checkout@v4.1.4
with:
persist-credentials: false
- name: Login to GitHub Container Registry
uses: docker/login-action@v1
uses: docker/login-action@v3.1.0
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.CR_PAT }}
- name: Publish Container 🚀
uses: docker/build-push-action@v2
uses: docker/build-push-action@v5.3.0
with:
push: true
tags: ghcr.io/bcgov/des-notify-bc:${{ env.notifyBCContainerTag }}
Expand All @@ -67,7 +67,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v2.3.1
uses: actions/checkout@v4.1.4
with:
persist-credentials: false
- name: Decrypt values.ocp4.dev.yaml.gpg
Expand Down

0 comments on commit baa65f5

Please sign in to comment.