Skip to content

Commit

Permalink
Merge branch 'main' into download-before-parse
Browse files Browse the repository at this point in the history
  • Loading branch information
sonroyaalmerol authored Mar 12, 2024
2 parents d43b8d3 + 293244e commit 2ad4c8c
Showing 1 changed file with 2 additions and 19 deletions.
21 changes: 2 additions & 19 deletions .github/workflows/pr-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,29 +14,12 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- name: Docker - Login
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3

- name: Docker - Metadata
id: meta
uses: docker/metadata-action@v5
with:
images: |
${{ github.repository }}
# generate Docker tags based on the following events/attributes
tags: |
type=raw,value=pr-${{ github.event.number }}
flavor: latest=false

- name: Docker - Build / Push
id: docker_build
uses: docker/build-push-action@v5
with:
push: true
tags: ${{ steps.meta.outputs.tags }}
push: false
tags: ${{ github.run_id }}

0 comments on commit 2ad4c8c

Please sign in to comment.