Skip to content

Commit

Permalink
updating paths and context
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkhamLee committed Feb 21, 2024
1 parent 0ad068c commit 637f515
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/slack_service_image_build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
branches:
- "main"
paths:
- "k3s_kubernetes_deployment_manifests/custom_micro_services/slack_service/*"
- "k3s_kubernetes_deployment_manifests/custom_micro_services/slack_service/container/*"

jobs:
docker:
Expand All @@ -25,8 +25,8 @@ jobs:
- name: Build and push
uses: docker/build-push-action@v5
with:
context: ./k3s_kubernetes_deployment_manifests/custom_micro_services/slack_service/
file: ./k3s_kubernetes_deployment_manifests/custom_micro_services/slack_service/Dockerfile
context: ./k3s_kubernetes_deployment_manifests/custom_micro_services/slack_service/container/
file: ./k3s_kubernetes_deployment_manifests/custom_micro_services/slack_service/container/Dockerfile
platforms: linux/amd64,linux/arm64
push: true
tags: markhamlee/slack_service:latest

0 comments on commit 637f515

Please sign in to comment.