Skip to content

fix(helm): Use proper strategy type #9

fix(helm): Use proper strategy type

fix(helm): Use proper strategy type #9

name: Docker image release
on:
push:
branches:
- 'main'
jobs:
docker-image-release:
runs-on: ubuntu-latest
steps:
-
name: Checkout
uses: actions/checkout@v2
-
name: Login to GitHub Container Registry
uses: docker/login-action@v1
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
-
name: Build and push
uses: docker/build-push-action@v2
with:
context: .
target: app-production
push: true
tags: |
ghcr.io/${{ github.repository }}:latest