Skip to content

Commit

Permalink
refactor(ci): remove redundant docker build and test steps from conti…
Browse files Browse the repository at this point in the history
…nuous delivery workflow
  • Loading branch information
RedStar071 committed Nov 3, 2024
1 parent 7159d99 commit 65f6a81
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/continuous-delivery.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,16 +41,6 @@ jobs:
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: Build and export to Docker
uses: docker/build-push-action@v6
with:
load: true
tags: ${{ env.IMAGE_NAME }}:test

- name: Test
run: |
docker run --rm ${{ env.IMAGE_NAME }}:test
- name: Build and push by digest
id: build
uses: docker/build-push-action@v6
Expand Down

0 comments on commit 65f6a81

Please sign in to comment.