Compare commits

..

2 Commits

Author SHA1 Message Date
76f02b24e4 Point helm to new package name 2024-08-07 10:01:14 +05:00
57c125d3dd Switch helm, container registry and workflow to local repo
All checks were successful
Docker image build / Build docker image (push) Successful in 1m25s
2024-08-06 09:03:12 +05:00
3 changed files with 5 additions and 3 deletions

View File

@ -4,9 +4,11 @@ on:
branches: [master] branches: [master]
paths: paths:
- app/** - app/**
- .github/**
pull_request: pull_request:
paths: paths:
- app/** - app/**
- .github/**
jobs: jobs:
build-images: build-images:

View File

@ -11,7 +11,7 @@ start: $(GOBIN)/air
$(GOBIN)/air $(GOBIN)/air
build: build:
docker build . --tag daemongit.dyndns.info/just_a_test/test-app:$(version) docker build . --tag daemongit.dyndns.info/just_a_test/devops-test-app:$(version)
publish: publish:
docker push daemongit.dyndns.info/just_a_test/test-app:$(version) docker push daemongit.dyndns.info/just_a_test/devops-test-app:$(version)

View File

@ -14,7 +14,7 @@ spec:
spec: spec:
containers: containers:
- name: my-app - name: my-app
image: daemongit.dyndns.info/just_a_test/test-app:{{ .Values.image.tag }} image: daemongit.dyndns.info/just_a_test/devops-test-app:{{ .Values.image.tag }}
imagePullPolicy: Always imagePullPolicy: Always
env: env:
- name: PORT - name: PORT