Skip to content

Commit

Permalink
rename dockerfile and image for contactform
Browse files Browse the repository at this point in the history
  • Loading branch information
tobru committed Jun 1, 2024
1 parent 297f443 commit c9a298e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
name: Build and Push Docker Image
name: Build and Push Contactform

on:
push:
branches:
- main
paths:
- Dockerfile
- Dockerfile.contactform
- poetry.lock
- pyproject.toml
- contactform/**/*
- .github/workflows/build-push.yaml
- .github/workflows/build-push-contactform.yaml

env:
REGISTRY: ghcr.io
Expand Down Expand Up @@ -60,6 +60,7 @@ jobs:
uses: docker/build-push-action@v5
with:
context: .
file: Dockerfile.contactform
platforms: linux/amd64,linux/arm64
push: true
tags: ${{ steps.meta.outputs.tags }}
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion deployment/apps/contactform/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ spec:
serviceAccountName: default
containers:
- name: contactform
image: ghcr.io/vshn/conferenceli:main
image: ghcr.io/vshn/conferenceli-contactform:main
imagePullPolicy: Always
ports:
- name: http
Expand Down

0 comments on commit c9a298e

Please sign in to comment.