mirror of
https://github.com/freedomofpress/dangerzone.git
synced 2025-04-28 18:02:38 +02:00
FIXUP: test
This commit is contained in:
parent
f0ac1f885f
commit
8f49cd99eb
1 changed files with 0 additions and 6 deletions
|
@ -1,6 +1,3 @@
|
|||
# This action listens on new tags, generates a new container image
|
||||
# sign it and upload it to the container registry.
|
||||
|
||||
name: Release container image
|
||||
on:
|
||||
push:
|
||||
|
@ -29,9 +26,6 @@ jobs:
|
|||
- uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 0
|
||||
- name: Check it's working
|
||||
run: |
|
||||
git describe --long --first-parent
|
||||
|
||||
- name: Login to GitHub Container Registry
|
||||
uses: docker/login-action@v3
|
||||
|
|
Loading…
Reference in a new issue