Skip to content

Commit

Permalink
fix-docker
Browse files Browse the repository at this point in the history
  • Loading branch information
Kais committed Jul 2, 2024
1 parent 348fcf2 commit 9c8a0e5
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,6 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Docker meta
id: meta
uses: docker/metadata-action@v4
with:
images: lagrangelabs/kube-hpa-scale-to-zero
tags: |
type=match,pattern=kube-hpa-scale-to-zero-(.*),group=1
- name: Login to DockerHub
uses: docker/login-action@v3
with:
Expand All @@ -27,4 +20,4 @@ jobs:
with:
context: .
push: true
tags: ${{ steps.meta.outputs.tags }}
tags: lagrangelabs/kube-hpa-scale-to-zero:latest

0 comments on commit 9c8a0e5

Please sign in to comment.