Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/cthit/pins
Browse files Browse the repository at this point in the history
  • Loading branch information
erikpersson0884 committed Feb 4, 2024
2 parents 156e7aa + e644e9d commit 7fcacff
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 0 deletions.
30 changes: 30 additions & 0 deletions .github/workflows/pins.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
name: Pins
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build:
name: Build docker container
runs-on: ubuntu-latest

permissions:
packages: write

steps:
- uses: actions/checkout@v3
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
- name: Login to GitHub Container Registry
if: ${{ github.ref == 'refs/heads/main' }}
uses: docker/login-action@v2
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build Docker image (and push on main)
uses: docker/[email protected]
with:
push: ${{ github.ref == 'refs/heads/main' }}
tags: ghcr.io/cthit/pins:latest
2 changes: 2 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# Pins

## A website for generating pin templates for the equality commmite EqaulIT

![Github version](https://img.shields.io/badge/version-0.1.0-darkblue?style=flat-square)
Expand All @@ -9,4 +10,5 @@
</a>

### License:

**Attribution-NonCommercial-ShareAlike 4.0 International (CC BY-NC-SA 4.0)**

0 comments on commit 7fcacff

Please sign in to comment.