Skip to content

Commit

Permalink
No Docker
Browse files Browse the repository at this point in the history
  • Loading branch information
troykelly committed Jul 16, 2023
1 parent c47315d commit b17aa4a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 18 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,15 +68,6 @@ jobs:
- name: ⤵️ Check out code from GitHub
uses: actions/checkout@v3

- name: Install Latest Docker
# yamllint disable rule:line-length
run: |
curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -
sudo add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable"
sudo apt-get update
sudo apt-get install docker-ce
# yamllint enable rule:line-length

- name: 📝 Docker meta
id: meta
uses: docker/metadata-action@v4
Expand Down
9 changes: 0 additions & 9 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,15 +70,6 @@ jobs:
- name: ⤵️ Check out code from GitHub
uses: actions/checkout@v3

- name: Install Latest Docker
# yamllint disable rule:line-length
run: |
curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -
sudo add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable"
sudo apt-get update
sudo apt-get install docker-ce
# yamllint enable rule:line-length

- name: 📝 Docker meta
id: meta
uses: docker/metadata-action@v4
Expand Down

0 comments on commit b17aa4a

Please sign in to comment.