Skip to content

Commit

Permalink
Bumps action versions (#8)
Browse files Browse the repository at this point in the history
* Adds build on PR
  • Loading branch information
joerivrij authored May 30, 2023
1 parent 5f5d1b6 commit cfcb0e6
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,12 @@ name: ci
on:
push:
branches:
- 'main'
- "main"
tags:
- "v*.*.*"
pull_request:
branches:
- "main"

jobs:
push-images:
Expand All @@ -21,7 +24,6 @@ jobs:
with:
# list of Docker images to use as base name for tags
images: |
vngr/token-seeder
ghcr.io/VNG-Realisatie/token-seeder
# generate Docker tags based on the following events/attributes
tags: |
Expand All @@ -42,10 +44,8 @@ jobs:

-
name: Build and push
uses: docker/build-push-action@v3
uses: docker/build-push-action@v4
with:
context: .
push: ${{ github.event_name != 'pull_request' }}
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}

0 comments on commit cfcb0e6

Please sign in to comment.