Skip to content

Commit

Permalink
re-distribute
Browse files Browse the repository at this point in the history
  • Loading branch information
Paupiera committed Jan 9, 2024
1 parent 229ee43 commit 04d70ab
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ jobs:
-u "${{ secrets.DOCKER_HUB_USERNAME }}" --password-stdin docker.io
docker build . --file Dockerfile \
--tag docker.io/${{ secrets.DOCKER_HUB_USERNAME }}/${{ secrets.DOCKER_HUB_REPOSITORY }}:$GITHUB_SHA
docker push docker.io/${{ secrets.DOCKER_HUB_USERNAME }}/${{ secrets.DOCKER_HUB_REPOSITORY }}:$GITHUB_SHA
docker push docker.io/${{ secrets.DOCKER_HUB_USERNAME }}/${{ secrets.DOCKER_HUB_REPOSITORY }}:$GITHUB_SHA
5 changes: 0 additions & 5 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,3 @@ jobs:
pip install pytest
pytest -v
name: Docker Image CI

on:
push:
branches: [ master ]
2 changes: 1 addition & 1 deletion dockerfiles/howdy.dockerfile
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
FROM busybox
CMD echo "Howdy cowboy"
CMD echo "Howdy cowboy"

0 comments on commit 04d70ab

Please sign in to comment.