Skip to content

Commit

Permalink
syntax fix
Browse files Browse the repository at this point in the history
  • Loading branch information
davedavemckay committed Jun 24, 2024
1 parent 9ba2cc2 commit eb49d8a
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,6 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Build the Docker image
run: |
docker build . --file echo-side/containers/basic_env/Dockerfile \
--tag ghcr.io/lsst-uk/csd3-echo-somerville:$(git rev-parse --short HEAD)" \
--tag ghcr.io/lsst-uk/csd3-echo-somerville:latest
run: docker build . --file echo-side/containers/basic_env/Dockerfile --tag ghcr.io/lsst-uk/csd3-echo-somerville:$(git rev-parse --short HEAD)" --tag ghcr.io/lsst-uk/csd3-echo-somerville:latest
- name: Push the Docker image
run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u lsst-uk --password-stdin && docker push ghcr.io/lsst-uk/csd3-echo-somerville:$(date +%Y%m%d) && docker push ghcr.io/lsst-uk/csd3-echo-somerville:latest

0 comments on commit eb49d8a

Please sign in to comment.