Skip to content

Commit

Permalink
revert wrong 'type=sha' tagging and
Browse files Browse the repository at this point in the history
added '.github' to dockerignore
  • Loading branch information
sirux88 committed Sep 21, 2023
1 parent 56c2d0e commit 7948795
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .dockerignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# ignore all Dockerfile copies into the containers since they're not reqiured there
# and speedup delevoping Dockerfiles
**/Dockerfile
.git
.git
.github
2 changes: 0 additions & 2 deletions .github/workflows/docker-containers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ jobs:
type=semver,pattern={{major}}.{{minor}}
type=semver,pattern={{major}}
type=semver,pattern=latest
type=sha
- name: Login to DockerHub
uses: docker/login-action@v2
Expand Down Expand Up @@ -97,7 +96,6 @@ jobs:
type=semver,pattern={{major}}.{{minor}}
type=semver,pattern={{major}}
type=semver,pattern=latest
type=sha
- name: Login to DockerHub
uses: docker/login-action@v2
Expand Down

0 comments on commit 7948795

Please sign in to comment.