Skip to content

Commit

Permalink
Remove Run ID
Browse files Browse the repository at this point in the history
  • Loading branch information
ahkim3 authored Nov 29, 2023
1 parent e756dfd commit b40bbad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,13 @@ jobs:
id: meta-api
uses: docker/metadata-action@9ec57ed1fcdbf14dcef7dfbe97b2010124a938b7
with:
images: ${{ env.REGISTRY }}/${{ env.API_IMAGE_NAME }}:${{ github.run_id }}
images: ${{ env.REGISTRY }}/${{ env.API_IMAGE_NAME }}

- name: Extract UI metadata (tags, labels) for Docker
id: meta-ui
uses: docker/metadata-action@9ec57ed1fcdbf14dcef7dfbe97b2010124a938b7
with:
images: ${{ env.REGISTRY }}/${{ env.UI_IMAGE_NAME }}:${{ github.run_id }}
images: ${{ env.REGISTRY }}/${{ env.UI_IMAGE_NAME }}

- name: Build and push the Docker image for the API
uses: docker/build-push-action@f2a1d5e99d037542a71f64918e516c093c6f3fc4
Expand Down

0 comments on commit b40bbad

Please sign in to comment.