Skip to content

Commit

Permalink
Remove redundant CI step
Browse files Browse the repository at this point in the history
  • Loading branch information
jplomas committed Jun 27, 2024
1 parent f6b4ab9 commit f9d4cbe
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,6 @@ jobs:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- id: read-docker-image-identifiers
name: Read Docker Image Identifiers
run: echo ::set-env name=IMAGE_REPOSITORY::$(echo ${{ github.repository }} | tr '[:upper:]' '[:lower:]')
- name: Build and push
uses: docker/build-push-action@v2
with:
Expand Down

0 comments on commit f9d4cbe

Please sign in to comment.