Skip to content

Commit

Permalink
Update docker.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MentalFS authored Apr 3, 2024
1 parent 1c299c2 commit 8287fbf
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ jobs:
with:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_AUTHOR }}/${{ env.IMAGE_NAME }}

- name: Build RELEASE image and push it to ${{ env.REGISTRY }}
id: build-and-push
- name: Build RELEASE Docker image and push it to ${{ env.REGISTRY }}
id: build-and-push-release
uses: docker/build-push-action@v5
with:
context: .
Expand All @@ -55,8 +55,8 @@ jobs:
cache-from: type=gha
cache-to: type=gha,mode=max

- name: Build ALPHA image and push it to ${{ env.REGISTRY }}
id: build-and-push
- name: Build ALPHA Docker image and push it to ${{ env.REGISTRY }}
id: build-and-push-alpha
uses: docker/build-push-action@v5
with:
context: .
Expand All @@ -68,8 +68,8 @@ jobs:
cache-from: type=gha
cache-to: type=gha,mode=max

- name: Build DEBIAN image and push it to ${{ env.REGISTRY }}
id: build-and-push
- name: Build DEBIAN Docker image and push it to ${{ env.REGISTRY }}
id: build-and-push-debian
uses: docker/build-push-action@v5
with:
context: .
Expand Down

0 comments on commit 8287fbf

Please sign in to comment.