Skip to content

Commit

Permalink
New ref name
Browse files Browse the repository at this point in the history
  • Loading branch information
oveldman committed Dec 22, 2023
1 parent 2405cd9 commit cc6b171
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/docker-builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
push: true
platforms: ${{ env.PLATFORM_BUILDS }}
tags: |
${{ secrets.DOCKERHUB_USERNAME }}/madworld-api:${{ steps.vars.outputs.tag }}
${{ secrets.DOCKERHUB_USERNAME }}/madworld-api:${{ github.ref_name }}
${{ secrets.DOCKERHUB_USERNAME }}/madworld-api:latest
- name: Build and push Identity
uses: docker/build-push-action@v5
Expand All @@ -44,7 +44,7 @@ jobs:
push: true
platforms: ${{ env.PLATFORM_BUILDS }}
tags: |
${{ secrets.DOCKERHUB_USERNAME }}/madworld-identity:${{ steps.vars.outputs.tag }}
${{ secrets.DOCKERHUB_USERNAME }}/madworld-identity:${{ github.ref_name }}
${{ secrets.DOCKERHUB_USERNAME }}/madworld-identity:latest
- name: Build and push Ship Simulator API
uses: docker/build-push-action@v5
Expand All @@ -54,7 +54,7 @@ jobs:
push: true
platforms: ${{ env.PLATFORM_BUILDS }}
tags: |
${{ secrets.DOCKERHUB_USERNAME }}/madworld-shipsimulator-api:${{ steps.vars.outputs.tag }}
${{ secrets.DOCKERHUB_USERNAME }}/madworld-shipsimulator-api:${{ github.ref_name }}
${{ secrets.DOCKERHUB_USERNAME }}/madworld-shipsimulator-api:latest
- name: Build and push Admin
Expand All @@ -65,7 +65,7 @@ jobs:
push: true
platforms: ${{ env.PLATFORM_BUILDS }}
tags: |
${{ secrets.DOCKERHUB_USERNAME }}/madworld-admin:${{ steps.vars.outputs.tag }}
${{ secrets.DOCKERHUB_USERNAME }}/madworld-admin:${{ github.ref_name }}
${{ secrets.DOCKERHUB_USERNAME }}/madworld-admin:latest
- name: Build and push UI
uses: docker/build-push-action@v5
Expand All @@ -75,7 +75,7 @@ jobs:
push: true
platforms: ${{ env.PLATFORM_BUILDS }}
tags: |
${{ secrets.DOCKERHUB_USERNAME }}/madworld-ui:${{ steps.vars.outputs.tag }}
${{ secrets.DOCKERHUB_USERNAME }}/madworld-ui:${{ github.ref_name }}
${{ secrets.DOCKERHUB_USERNAME }}/madworld-ui:latest
- name: Build and push Ship Simulator UI
uses: docker/build-push-action@v5
Expand All @@ -85,5 +85,5 @@ jobs:
push: true
platforms: ${{ env.PLATFORM_BUILDS }}
tags: |
${{ secrets.DOCKERHUB_USERNAME }}/madworld-shipsimulator-ui:${{ steps.vars.outputs.tag }}
${{ secrets.DOCKERHUB_USERNAME }}/madworld-shipsimulator-ui:${{ github.ref_name }}
${{ secrets.DOCKERHUB_USERNAME }}/madworld-shipsimulator-ui:latest

0 comments on commit cc6b171

Please sign in to comment.