Skip to content

Commit

Permalink
Update Docker tags for production and alpha environments
Browse files Browse the repository at this point in the history
  • Loading branch information
fvergaracl committed Feb 8, 2024
1 parent 3e9435e commit 68216ea
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ jobs:
file: Dockerfile
push: true
tags: |
fvergaracl/game:latest
fvergaracl/game:${{ github.ref_name }}
fvergaracl/game:${{ github.ref_name }}-${{ github.run_number }}
fvergaracl/game:alpha-${{ github.ref_name }}
fvergaracl/game:alpha-${{ github.ref_name }}-${{ github.run_number }}
target: prod
5 changes: 3 additions & 2 deletions .github/workflows/docker_alpha.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,6 @@ jobs:
file: Dockerfile
push: true
tags: |
fvergaracl/game:alpha-${{ github.ref_name }}
fvergaracl/game:alpha-${{ github.ref_name }}-${{ github.run_number }}
fvergaracl/game:latest
fvergaracl/game:${{ github.ref_name }}
fvergaracl/game:${{ github.ref_name }}-${{ github.run_number }}

0 comments on commit 68216ea

Please sign in to comment.