Skip to content

Commit 9d9a440

Browse files
committed
Update Docker image names in GitHub Actions workflow
Modify the Docker image names for gas-station and streamr-destination to include the 'airbyte-' prefix, ensuring consistent naming convention in the GitHub Container Registry
1 parent 8aad938 commit 9d9a440

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker-build-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ on:
1212

1313
env:
1414
REGISTRY: ghcr.io
15-
GAS_STATION_IMAGE_NAME: ${{ github.repository }}/gas-station
16-
STREAMR_DEST_IMAGE_NAME: ${{ github.repository }}/streamr-destination
15+
GAS_STATION_IMAGE_NAME: ${{ github.repository }}/airbyte-gas-station
16+
STREAMR_DEST_IMAGE_NAME: ${{ github.repository }}/airbyte-streamr-destination
1717

1818
jobs:
1919
build-and-push:

0 commit comments

Comments
 (0)