Skip to content

Commit

Permalink
Merge pull request #107 from naik-aakash/add_devcontainer
Browse files Browse the repository at this point in the history
remove accidental - from docker workflow
  • Loading branch information
naik-aakash authored Sep 21, 2024
2 parents 9266936 + bffd710 commit d329187
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ jobs:
docker build \
--build-arg PYTHON_VERSION=${{ matrix.python-version }} \
-t ghcr.io/jageo/autoplex:python-${{ matrix.python-version }} .
-
# Push Docker image to GHCR
- name: Push Docker image to GHCR (Python ${{ matrix.python-version }})
run: |
Expand Down

0 comments on commit d329187

Please sign in to comment.