Skip to content

Commit

Permalink
Update build_dev_docker.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Teingi authored Dec 5, 2024
1 parent 1151424 commit 70418a0
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/build_dev_docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,6 @@ jobs:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}

- name: Log in to Quay io
uses: docker/login-action@v3
with:
registry: quay.io
username: ${{ secrets.QUAY_IO_USERNAME }}
password: ${{ secrets.QUAY_IO_PASSWORD }}

- name: Create and push manifests w/o cache
uses: docker/build-push-action@v6
with:
Expand All @@ -42,4 +35,4 @@ jobs:
file: Dockerfile
push: true
tags: |
quay.io/${{ vars.QUAY_IO_PUSH_BASE }}/obdiag-dev:latest
${{ vars.DOCKER_PUSH_BASE }}/obdiag-builder:latest

0 comments on commit 70418a0

Please sign in to comment.