Skip to content

Commit

Permalink
Merge pull request #2 from AllenNeuralDynamics/foraging-main-copy
Browse files Browse the repository at this point in the history
removes tagging
  • Loading branch information
yosefmaru authored Mar 21, 2024
2 parents 51ff5ba + f24e812 commit c4b0d94
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

0 comments on commit c4b0d94

Please sign in to comment.