Skip to content

Commit

Permalink
chore(CI/CD) Making docker build for this branch
Browse files Browse the repository at this point in the history
  • Loading branch information
mrallan140 committed Dec 4, 2023
1 parent d192702 commit f76be65
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Build and push app Docker image to GitHub
on:
push:
branches:
- main
- feature/kubernetes

jobs:
build_and_push:
Expand All @@ -30,7 +30,7 @@ jobs:
platforms: linux/amd64,linux/arm64
context: "./app"
tags: |
ghcr.io/tux-inc/qraft-app:latest
ghcr.io/tux-inc/qraft-app:latest-feature-kubernetes
ghcr.io/tux-inc/qraft-app:${{ github.sha }}
cache-from: type=gha
cache-to: type=gha,mode=max

0 comments on commit f76be65

Please sign in to comment.