Skip to content

Commit

Permalink
updated image tag
Browse files Browse the repository at this point in the history
  • Loading branch information
nichlaes committed Jan 22, 2024
1 parent 33737b3 commit 6da21a9
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

env:
REGISTRY: ghcr.io
IMAGE_NAME: ${{ github.repository }}
IMAGE_NAME: ghcr.io/${{ github.repository_owner }}/dtaas-web:latest

jobs:
build-and-push-image:
Expand All @@ -28,7 +28,6 @@ jobs:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: Extract metadata (tags, labels) for Docker
id: meta
uses: docker/metadata-action@9ec57ed1fcdbf14dcef7dfbe97b2010124a938b7
Expand All @@ -41,6 +40,5 @@ jobs:
context: .
file: ./docker/client.dockerfile
push: true
tags: ghcr.io/${{ github.repository_owner }}/dtaas-web:latest
# tags: ${{ steps.meta.outputs.tags }}
tags: ${{ steps.meta.outputs.tags.lowercase }}
# labels: ${{ steps.meta.outputs.labels }}

0 comments on commit 6da21a9

Please sign in to comment.