Skip to content

Commit

Permalink
fixed fc40 workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
mbhangui committed May 15, 2024
1 parent 7e77be1 commit e9c14b0
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 24 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/indimail-fc40.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: indimail:fc39 container image
name: indimail:fc40 container image

on:
push:
paths:
- '**/indimail/fc39/**'
- .github/workflows/indimail-fc39.yml
- '**/indimail/fc40/**'
- .github/workflows/indimail-fc40.yml
- '!**.md'
workflow_dispatch:

Expand All @@ -23,11 +23,11 @@ jobs:
- name: build
run: |
cp indimail/fc39/Dockerfile .
docker build --tag "ghcr.io/${{ github.repository_owner }}/indimail:fc39" .
cp indimail/fc40/Dockerfile .
docker build --tag "ghcr.io/${{ github.repository_owner }}/indimail:fc40" .
- name: push
run: |
docker push "ghcr.io/${{ github.repository_owner }}/indimail:fc39"
docker image tag "ghcr.io/${{ github.repository_owner }}/indimail:fc39" docker.io/cprogrammer/indimail:fc39
docker push docker.io/cprogrammer/indimail:fc39
docker push "ghcr.io/${{ github.repository_owner }}/indimail:fc40"
docker image tag "ghcr.io/${{ github.repository_owner }}/indimail:fc40" docker.io/cprogrammer/indimail:fc40
docker push docker.io/cprogrammer/indimail:fc40
16 changes: 8 additions & 8 deletions .github/workflows/indimail-mta-fc40.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: indimail-mta:fc39 container image
name: indimail-mta:fc40 container image

on:
push:
paths:
- '**/indimail-mta/fc39/**'
- .github/workflows/indimail-mta-fc39.yml
- '**/indimail-mta/fc40/**'
- .github/workflows/indimail-mta-fc40.yml
- '!**.md'
workflow_dispatch:

Expand All @@ -23,11 +23,11 @@ jobs:
- name: build
run: |
cp indimail-mta/fc39/Dockerfile .
docker build --tag "ghcr.io/${{ github.repository_owner }}/indimail-mta:fc39" .
cp indimail-mta/fc40/Dockerfile .
docker build --tag "ghcr.io/${{ github.repository_owner }}/indimail-mta:fc40" .
- name: push
run: |
docker push "ghcr.io/${{ github.repository_owner }}/indimail-mta:fc39"
docker image tag "ghcr.io/${{ github.repository_owner }}/indimail-mta:fc39" docker.io/cprogrammer/indimail-mta:fc39
docker push docker.io/cprogrammer/indimail-mta:fc39
docker push "ghcr.io/${{ github.repository_owner }}/indimail-mta:fc40"
docker image tag "ghcr.io/${{ github.repository_owner }}/indimail-mta:fc40" docker.io/cprogrammer/indimail-mta:fc40
docker push docker.io/cprogrammer/indimail-mta:fc40
16 changes: 8 additions & 8 deletions .github/workflows/indimail-web-fc40.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: indimail-web:fc39 container image
name: indimail-web:fc40 container image

on:
push:
paths:
- '**/webmail/fc39/**'
- .github/workflows/indimail-web-fc39.yml
- '**/webmail/fc40/**'
- .github/workflows/indimail-web-fc40.yml
- '!**.md'
workflow_dispatch:

Expand All @@ -23,11 +23,11 @@ jobs:
- name: build
run: |
cp webmail/fc39/Dockerfile .
docker build --tag "ghcr.io/${{ github.repository_owner }}/indimail-web:fc39" .
cp webmail/fc40/Dockerfile .
docker build --tag "ghcr.io/${{ github.repository_owner }}/indimail-web:fc40" .
- name: push
run: |
docker push "ghcr.io/${{ github.repository_owner }}/indimail-web:fc39"
docker image tag "ghcr.io/${{ github.repository_owner }}/indimail-web:fc39" docker.io/cprogrammer/indimail-web:fc39
docker push docker.io/cprogrammer/indimail-web:fc39
docker push "ghcr.io/${{ github.repository_owner }}/indimail-web:fc40"
docker image tag "ghcr.io/${{ github.repository_owner }}/indimail-web:fc40" docker.io/cprogrammer/indimail-web:fc40
docker push docker.io/cprogrammer/indimail-web:fc40

0 comments on commit e9c14b0

Please sign in to comment.