Skip to content

Commit

Permalink
Workflow fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
wmuldergov committed Feb 16, 2024
1 parent 1cef452 commit 054ee1e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,31 +38,31 @@ jobs:
uses: shrink/actions-docker-registry-tag@v3
with:
registry: ghcr.io
repository: ${{ github.repository }}/drivebc-django
repository: bcgov/drivebc-django
target: ${{ needs.deploy-pre.outputs.tag }}
tags: |
latest-prod
- name: Add latest-prod tag to static image
uses: shrink/actions-docker-registry-tag@v3
with:
registry: ghcr.io
repository: ${{ github.repository }}/drivebc-static
repository: bcgov/drivebc-static
target: ${{ needs.deploy-pre.outputs.tag }}
tags: |
latest-prod
- name: Add latest-prod tag to image-caching image
uses: shrink/actions-docker-registry-tag@v3
with:
registry: ghcr.io
repository: ${{ github.repository }}/drivebc-image-caching
repository: bcgov/drivebc-image-caching
target: ${{ needs.deploy-pre.outputs.tag }}
tags: |
latest-prod
- name: Add latest-uat tag to redis image
uses: shrink/actions-docker-registry-tag@v3
with:
registry: ghcr.io
repository: ${{ github.repository }}/drivebc-redis
repository: bcgov/drivebc-redis
target: ${{ needs.deploy-pre.outputs.tag }}
tags: |
latest-prod
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/uat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,31 +40,31 @@ jobs:
uses: shrink/actions-docker-registry-tag@v3
with:
registry: ghcr.io
repository: ${{ github.repository }}/drivebc-django
repository: bcgov/drivebc-django
target: ${{ needs.deploy-pre.outputs.tag }}
tags: |
latest-uat
- name: Add latest-uat tag to static image
uses: shrink/actions-docker-registry-tag@v3
with:
registry: ghcr.io
repository: ${{ github.repository }}/drivebc-static
repository: bcgov/drivebc-static
target: ${{ needs.deploy-pre.outputs.tag }}
tags: |
latest-uat
- name: Add latest-uat tag to image-caching image
uses: shrink/actions-docker-registry-tag@v3
with:
registry: ghcr.io
repository: ${{ github.repository }}/drivebc-image-caching
repository: bcgov/drivebc-image-caching
target: ${{ needs.deploy-pre.outputs.tag }}
tags: |
latest-uat
- name: Add latest-uat tag to redis image
uses: shrink/actions-docker-registry-tag@v3
with:
registry: ghcr.io
repository: ${{ github.repository }}/drivebc-redis
repository: bcgov/drivebc-redis
target: ${{ needs.deploy-pre.outputs.tag }}
tags: |
latest-uat
Expand Down

0 comments on commit 054ee1e

Please sign in to comment.