From f24e81244d0882d4520811921acde47351569844 Mon Sep 17 00:00:00 2001 From: Yosef Bedaso Date: Wed, 20 Mar 2024 22:19:01 -0700 Subject: [PATCH] removes tagging --- .github/workflows/publish.yaml | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 9823e30..9530cb3 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -4,14 +4,14 @@ on: branches: - main jobs: - tag: - uses: AllenNeuralDynamics/aind-github-actions/.github/workflows/tag.yml@main - secrets: - SERVICE_TOKEN: ${{ secrets.SERVICE_TOKEN }} # required + # tag: + # uses: AllenNeuralDynamics/aind-github-actions/.github/workflows/tag.yml@main + # secrets: + # SERVICE_TOKEN: ${{ secrets.SERVICE_TOKEN }} # required publish: runs-on: ubuntu-latest - needs: tag + # needs: tag steps: - uses: actions/checkout@v3 - name: Pull latest changes @@ -31,6 +31,7 @@ jobs: # relative path to the place where source code with Dockerfile is located context: . push: true - tags: | - ghcr.io/allenneuraldynamics/foraging-behavior-browser-test:${{ needs.tag.outputs.new_version }} - ghcr.io/allenneuraldynamics/foraging-behavior-browser-test:latest + tags: ghcr.io/allenneuraldynamics/foraging-behavior-browser-test:latest + # tags: | + # ghcr.io/allenneuraldynamics/foraging-behavior-browser-test:${{ needs.tag.outputs.new_version }} + # ghcr.io/allenneuraldynamics/foraging-behavior-browser-test:latest \ No newline at end of file