Skip to content

Merge branch 'master' into DS-dario #7

Merge branch 'master' into DS-dario

Merge branch 'master' into DS-dario #7

Workflow file for this run

name: Publish Docker Community image tags
on:
push:
tags:
- '**' # Push events to every tag including hierarchical tags like
jobs:
push_to_registry:

Check failure on line 9 in .github/workflows/main.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/main.yml

Invalid workflow file

You have an error in your yaml syntax on line 9
name: Push Docker image to Docker Hub
runs-on: ubuntu-latest
steps:
- name: Check out the repo
uses: actions/checkout@v4
- name: Login to Docker Hub
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
repository: tiledesk/design-studio
tag_with_ref: true
- name: Build and push
uses: docker/build-push-action@v4