Skip to content

Commit

Permalink
chore: fix testca CI build paths
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardas-buc committed Mar 21, 2024
1 parent 2c8c838 commit 0beab3c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish_testca.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
branches:
- develop
paths:
- '.github/dev-containers/testca/**'
- 'Docker/testca/**'
- 'ansible/roles/xroad-ca/**'
env:
REGISTRY: ghcr.io
Expand All @@ -18,7 +18,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Initialize docker setup
working-directory: ./.github/dev-containers/testca
working-directory: ./Docker/testca
run: ./init_context.sh
- name: Log in to the Container registry
uses: docker/login-action@v3
Expand All @@ -29,6 +29,6 @@ jobs:
- name: Build and push Docker image
uses: docker/build-push-action@v5
with:
context: ${{ github.workspace }}/.github/dev-containers/testca
context: ${{ github.workspace }}/Docker/testca
push: true
tags: ghcr.io/nordic-institute/xrddev-testca:latest

0 comments on commit 0beab3c

Please sign in to comment.