Skip to content

Commit

Permalink
Try to push only on tags
Browse files Browse the repository at this point in the history
  • Loading branch information
ThibaudDauce committed Mar 16, 2023
1 parent 0c446e9 commit 4353f4d
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Findex Cloud docker image

on: tag
on: push

env:
REGISTRY: ghcr.io
Expand All @@ -16,10 +16,6 @@ jobs:
IMAGE: ghcr.io/cosmian/findex_cloud

steps:
- name: Build date
id: build_date
run: |
echo "BUILD_DATE=$(date -u +'%Y%m%d%H%M%S')" >> $GITHUB_OUTPUT
- name: Checkout
uses: actions/checkout@v3

Expand Down

0 comments on commit 4353f4d

Please sign in to comment.