Skip to content

Commit

Permalink
Update update_datasets.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
erinyoung authored Sep 26, 2023
1 parent 7818532 commit 3dee2f2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/update_datasets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Update Datasets
on:
workflow_dispatch:
schedule:
- cron: '30 4 * * TUE'
- cron: '30 5 * * TUE'

run-name: Updating Datasets

Expand Down Expand Up @@ -51,12 +51,12 @@ jobs:
file: ./datasets/Dockerfile
build-args: DATASETS_VER=${{ steps.strip.outputs.version }}
push: true
tags: quay.io/uphl/datasets-test:${{ steps.strip.outputs.version }}
tags: quay.io/uphl/datasets:${{ steps.strip.outputs.version }}

- name: Build and push latest tag to Quay
uses: docker/build-push-action@v3
with:
file: ./datasets/Dockerfile
build-args: DATASETS_VER=${{ steps.strip.outputs.version }}
push: true
tags: quay.io/uphl/datasets-test:latest
tags: quay.io/uphl/datasets:latest

0 comments on commit 3dee2f2

Please sign in to comment.