Skip to content

Commit

Permalink
Merge pull request #37 from bcgov/dependabot/github_actions/all-actio…
Browse files Browse the repository at this point in the history
…ns-f324908945

Bump the all-actions group with 5 updates
  • Loading branch information
swcurran authored Feb 14, 2024
2 parents a5e5d24 + 7e65410 commit bd5812a
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,21 +26,21 @@ jobs:
image_digest: ${{steps.docker_build.outputs.digest}}
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
uses: docker/setup-buildx-action@v3

- name: Log in to the GHCR
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: Prepare docker tags for image
id: meta
uses: docker/metadata-action@v4
uses: docker/metadata-action@v5
with:
images: ghcr.io/bcgov/von-bc-registries-audit/audit
flavor: |
Expand All @@ -56,7 +56,7 @@ jobs:
- name: Build and push Docker image
id: docker_build
uses: docker/build-push-action@v3
uses: docker/build-push-action@v5
with:
context: .
file: docker/Dockerfile
Expand All @@ -82,7 +82,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Deploy to ${{ env.ENVIRONMENT }}
uses: ./.github/workflows/actions/deploy
Expand All @@ -109,7 +109,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: deploy to ${{ env.ENVIRONMENT }}
uses: ./.github/workflows/actions/deploy
Expand All @@ -136,7 +136,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: deploy to prod
uses: ./.github/workflows/actions/deploy
Expand Down

0 comments on commit bd5812a

Please sign in to comment.