fixed a typo
Unit Tests with cargo / unit-test (push) Failing after 4m2s Details
Build image / build (push) Failing after 23s Details

This commit is contained in:
Alie 2024-01-29 14:00:35 +01:00
parent b1b66f82f1
commit f38f5786e9
2 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@ jobs:
- name: Check out repository code
uses: actions/checkout@v3
- name: Get access token from secret
run: echo -e ${{ secrets.MASTODON_SECRET }} > mastodon-data.toml
run: echo -e "${{ secrets.MASTODON_SECRET }}" > mastodon-data.toml
- name: Check code
run: cargo check
- name: Run tests

View File

@ -20,7 +20,7 @@ jobs:
with:
# list of Docker images to use as base name for tags
images: |
git.fai.st/fedi-image-bot/bot-api
git.fai.st/fedi-image-bot/mastodon-image-uploader-bot
# generate Docker tags based on the following events/attributes
tags: |
type=raw,value=latest,enable=${{ github.ref == format('refs/heads/{0}', 'main') }}