Skip to content

Commit

Permalink
make same as payment-page
Browse files Browse the repository at this point in the history
  • Loading branch information
stCarolas committed Dec 24, 2023
1 parent 5be4c35 commit 91e2fb8
Showing 1 changed file with 9 additions and 10 deletions.
19 changes: 9 additions & 10 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
@@ -1,29 +1,28 @@
name: Release

permissions: write-all

on:
push:
workflow_dispatch:
branches: [ "master" ]

permissions: write-all

jobs:

build-and-push:

runs-on: ubuntu-latest

steps:

- uses: actions/checkout@v3
-
name: Login to GitHub Container Registry

- name: Login to GitHub Container Registry
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
-
name: Build and push

- name: Build and push
uses: docker/build-push-action@v5
with:
push: true
tags: ghcr.io/opendonationassistant/oda-widgets:${{ github.ref_name }}
tags: ghcr.io/opendonationassistant/oda-widgets:latest

0 comments on commit 91e2fb8

Please sign in to comment.