Skip to content

Commit

Permalink
πŸš€ gh action
Browse files Browse the repository at this point in the history
  • Loading branch information
anngdinh committed Apr 11, 2024
1 parent 3ea9e49 commit 95cb07d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
branches: [ "main", "dev" ]

env:
REGISTRY: ghcr.io/vngcloud
REGISTRY: ghcr.io

jobs:
build-and-push-image:
Expand Down Expand Up @@ -35,7 +35,7 @@ jobs:
id: meta
uses: docker/metadata-action@v5
with:
images: ${{ env.REGISTRY }}/${{ matrix.image }}
images: ${{ env.REGISTRY }}/vngcloud/${{ matrix.image }}
tags: latest

- name: Build and push Docker image
Expand Down

0 comments on commit 95cb07d

Please sign in to comment.