Skip to content

Commit

Permalink
Update the Docker GitHub Actions workflow file for production. (#12)
Browse files Browse the repository at this point in the history
* Update the Docker GitHub Actions workflow file.

* Update the Docker GitHub Actions workflow file.

* Update the Docker GitHub Actions workflow file.

---------

Co-authored-by: infrastructure-management[bot] <169941871+infrastructure-management[bot]@users.noreply.github.com>
  • Loading branch information
infrastructure-management[bot] authored Nov 8, 2024
1 parent 5e210be commit 6bff83e
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/docker-production.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
# This file was automatically generated.
# Please, do not edit it manually.

name: Build Docker Image production
name: Build Docker Image

on:
release:
types:
- released
push:

permissions:
id-token: write
Expand All @@ -33,5 +31,5 @@ jobs:
- name: 'Build & push image'
run: |
docker build -t ${{ vars.DOCKER_REGISTRY }}/covid-dashboard:production .
docker push ${{ vars.DOCKER_REGISTRY }}/covid-dashboard:production
docker build -t ${{ vars.DOCKER_REGISTRY }}/datauv:${GITHUB_REF#refs/tags/} .
docker push ${{ vars.DOCKER_REGISTRY }}/datauv:${GITHUB_REF#refs/tags/}

0 comments on commit 6bff83e

Please sign in to comment.