Skip to content

Commit

Permalink
Update docker-publish.yml
Browse files Browse the repository at this point in the history
Added a job for running the `update_nomad_oasis_dir.sh` script.
  • Loading branch information
hampusnasstrom authored Feb 26, 2024
1 parent 9444ab8 commit 43bab0c
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,18 @@ env:


jobs:
compress:

name: Compress nomad-oasis configs
runs-on: ubuntu-latest

steps:
- name: Checkout repository
uses: actions/checkout@v3

- name: Updated and compress the nomad-oasis directory
run: bash ${PWD}/nomad-oasis_files/scripts/update_nomad_oasis_dir.sh ${{ github.repository }}

build:

runs-on: ubuntu-latest
Expand Down

0 comments on commit 43bab0c

Please sign in to comment.