Skip to content

Commit

Permalink
fix: gha build
Browse files Browse the repository at this point in the history
  • Loading branch information
franTarkenton committed Jul 27, 2023
1 parent 32496cc commit dd7b278
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/pr-open-r.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
run: |
DATESTAMP=$(date +%Y%m%d-%H%M)
echo datestamp is $DATESTAMP
echo event number: ${{ github.event.number }}
#echo event number: ${{ github.event.number }}
echo "IMAGE_TAG=${DATESTAMP}" >> "$GITHUB_OUTPUT"
BuildContainerImage:
Expand Down Expand Up @@ -87,8 +87,7 @@ jobs:
IMAGE_TAG: ${{ needs.CalculateImageTags.outputs.imagetag }}
with:
push: true # Will only build if this is not here
file: r_dat_prep.Dockerfile
tags: |
file: r_py_data_prep.Dockerfile
ghcr.io/${{ github.repository_owner }}/firedata_pipe:latest
ghcr.io/${{ github.repository_owner }}/firedata_pipe:${{ env.IMAGE_TAG }}
# ghcr.io/${{ github.repository_owner }}/firedata_pipe:pr-${{ github.event.number }}
Expand Down
File renamed without changes.

0 comments on commit dd7b278

Please sign in to comment.