Skip to content

updated oracle yum repository #14

updated oracle yum repository

updated oracle yum repository #14

name: indimail-mta:almalinux8 container image
on:
push:
paths:
- '**/indimail-mta/almalinux8/**'
- .github/workflows/indimail-mta-almalinux8.yml
- '!**.md'
workflow_dispatch:
jobs:
build_and_push:
name: build and push container image
runs-on: ubuntu-latest
steps:
- name: checkout repository
uses: actions/checkout@v2
- name: login
run: |
echo "${{ secrets.GHCR_TOKEN }}" | docker login ghcr.io --username "${{ github.repository_owner }}" --password-stdin
echo "${{ secrets.DOCKER_PAT }}" | docker login docker.io --username cprogrammer --password-stdin
- name: build
run: |
cp indimail-mta/almalinux8/Dockerfile .
docker build --tag "ghcr.io/${{ github.repository_owner }}/indimail-mta:almalinux8" .
- name: push
run: |
docker push "ghcr.io/${{ github.repository_owner }}/indimail-mta:almalinux8"
docker image tag "ghcr.io/${{ github.repository_owner }}/indimail-mta:almalinux8" docker.io/cprogrammer/indimail-mta:almalinux8
docker push docker.io/cprogrammer/indimail-mta:almalinux8