Skip to content

Commit

Permalink
Merge pull request #5 from jplomas/main
Browse files Browse the repository at this point in the history
Remove redundant CI step
  • Loading branch information
jplomas authored Jun 27, 2024
2 parents c4a5b40 + f9d4cbe commit 275bbd2
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 275bbd2

Please # to comment.