Skip to content

TMP TMP

TMP TMP #95

Workflow file for this run

# SPDX-FileCopyrightText: 2021-2024 Robin Vobruba <[email protected]>
#
# SPDX-License-Identifier: Unlicense
name: Publish Docker image
on:
push:
branches: [ master ]
release:
types: [published]
env:
IMAGE_NAME: hoijui/movedo
jobs:
push_to_registry:
name: Push Docker image to Docker Hub
runs-on: ubuntu-latest
steps:
-
name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
fetch-tags: true
submodules: true
-
name: Check checkout
run: ls -la
#- name: Push to GitHub Packages
# uses: docker/build-push-action@v2
# with:
# username: ${{ github.actor }}
# password: ${{ secrets.GITHUB_TOKEN }}
# registry: docker.pkg.github.com
# #repository: my-org/my-repo/my-image
# repository: movedo/movedo/movedo
# tag_with_ref: true