Skip to content

Commit

Permalink
chore(actions): bump actions version in docker profiles (datahub-proj…
Browse files Browse the repository at this point in the history
  • Loading branch information
david-leifker authored Sep 14, 2024
1 parent b35e3db commit dc35465
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/profiles/docker-compose.actions.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

x-datahub-actions-service: &datahub-actions-service
hostname: actions
image: ${DATAHUB_ACTIONS_IMAGE:-${DATAHUB_ACTIONS_REPO:-acryldata}/datahub-actions}:${ACTIONS_VERSION:-v0.0.14}
image: ${DATAHUB_ACTIONS_IMAGE:-${DATAHUB_ACTIONS_REPO:-acryldata}/datahub-actions}:${ACTIONS_VERSION:-v0.1.1}
env_file:
- datahub-actions/env/docker.env
- ${DATAHUB_LOCAL_COMMON_ENV:-empty.env}
Expand Down Expand Up @@ -87,4 +87,4 @@ services:
- debug-elasticsearch
depends_on:
datahub-gms-debug-elasticsearch:
condition: service_healthy
condition: service_healthy

0 comments on commit dc35465

Please sign in to comment.