Skip to content

Commit

Permalink
Reverting Natalie testing artifact changes + Adding image-push-merge
Browse files Browse the repository at this point in the history
  • Loading branch information
Mahadik, Mukul Chandrakant authored and Mahadik, Mukul Chandrakant committed Apr 12, 2024
1 parent 2531672 commit ea57afa
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions .github/workflows/image_build_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ name: docker image
# events but only for the master branch
on:
push:
branches: [ master, gis-based-mode-detection, consolidate-differences ]
branches: [ image-push-merge ]


# Env variable
Expand Down Expand Up @@ -46,14 +46,3 @@ jobs:
- name: push docker image
run: |
docker push $DOCKER_USER/${GITHUB_REPOSITORY#*/}:${GITHUB_REF##*/}_${{ steps.date.outputs.date }}
- name: Write tag file
run: |
echo 'foo bar' > tag.txt
- uses: actions/upload-artifact@v4
with:
name: Create tag artifact
path: tag.txt
if-no-files-found: error
overwrite: true

0 comments on commit ea57afa

Please sign in to comment.