Skip to content

Commit

Permalink
testing docker build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
leviathan747 committed Mar 1, 2024
1 parent cb3f3fc commit e692156
Showing 1 changed file with 21 additions and 21 deletions.
42 changes: 21 additions & 21 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,31 +12,31 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Create Conan Cache
run: docker volume create ConanCache

- name: Cache Artifacts
id: cache-primes
uses: actions/cache@v3
with:
path: /var/lib/docker/volumes/ConanCache
key: $(docker compose -f bin/docker-compose.yml run --rm bash conan profile show)

- name: Generate MASL
run: |
cd models/
./gen_all.sh
# - name: Create Conan Cache
# run: docker volume create ConanCache
#
# - name: Cache Artifacts
# id: cache-primes
# uses: actions/cache@v3
# with:
# path: /var/lib/docker/volumes/ConanCache
# key: $(docker compose -f bin/docker-compose.yml run --rm bash conan profile show)
#
# - name: Generate MASL
# run: |
# cd models/
# ./gen_all.sh
#
- name: Load .env
uses: aarcangeli/load-dotenv@v1.0.0
with:
path: bin/

- name: Build and Publish
env: MUNIN_VERSION=${{ github.ref_name }}
run: |
cd models/
./publish_all.sh
#
# - name: Build and Publish
# env: MUNIN_VERSION=${{ github.ref_name }}
# run: |
# cd models/
# ./publish_all.sh

- uses: docker/setup-buildx-action@v2

Expand Down

0 comments on commit e692156

Please sign in to comment.