Skip to content

Commit

Permalink
fix: create docker-img on main-push
Browse files Browse the repository at this point in the history
  • Loading branch information
levinkerschberger committed Sep 2, 2024
1 parent 0cf3628 commit 35ffc3f
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/cr-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,11 +83,6 @@ jobs:
username: ${{ vars.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}

- uses: actions/download-artifact@master
with:
name: build
path: build

- name: Build and push by digest
id: build
uses: docker/build-push-action@v6
Expand Down

0 comments on commit 35ffc3f

Please sign in to comment.