Skip to content

Commit

Permalink
[update] just support docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
mostafabarmshory committed Jan 21, 2024
1 parent 6456953 commit 19a19ea
Show file tree
Hide file tree
Showing 58 changed files with 22 additions and 3,226 deletions.
27 changes: 0 additions & 27 deletions .coveragerc

This file was deleted.

21 changes: 21 additions & 0 deletions .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: publishpublish
run-name: ${{ github.actor }} build new image
on: [push]
jobs:
publish-odoo16-image:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: docker/login-action@v1
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build the CSC CETD Docker image
run: |
timetag=(`date +%Y%M%d`)
docker build . --build-arg VERSION=1.1.0 --tag ghcr.io/coincodile/cetd:1.1.0.${timetag} --tag ghcr.io/coincodile/cetd:1.1.0 ghcr.io/coincodile/cetd:1.1 ghcr.io/coincodile/cetd:latest
docker push ghcr.io/coincodile/cetd:1.1.0.${timetag}
docker push ghcr.io/coincodile/cetd:1.1.0
docker push ghcr.io/coincodile/cetd:1.1
docker push ghcr.io/coincodile/cetd:latest
56 changes: 0 additions & 56 deletions .gitignore

This file was deleted.

23 changes: 0 additions & 23 deletions .readthedocs.yml

This file was deleted.

4 changes: 0 additions & 4 deletions AUTHORS.rst

This file was deleted.

10 changes: 0 additions & 10 deletions CHANGELOG.rst

This file was deleted.

Loading

0 comments on commit 19a19ea

Please sign in to comment.