Skip to content

Commit

Permalink
TMP tf
Browse files Browse the repository at this point in the history
  • Loading branch information
hoijui committed Nov 24, 2024
1 parent 1f4e5db commit 8204ef8
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# SPDX-FileCopyrightText: 2021 Robin Vobruba <[email protected]>
# SPDX-FileCopyrightText: 2021-2024 Robin Vobruba <[email protected]>
#
# SPDX-License-Identifier: Unlicense

Expand All @@ -10,9 +10,6 @@ on:
release:
types: [published]

env:
IMAGE_NAME: hoijui/movedo

jobs:
push_to_registry:
name: Push Docker image to Docker Hub
Expand All @@ -33,7 +30,7 @@ jobs:
id: meta
uses: docker/metadata-action@v5
with:
images: ${{ env.IMAGE_NAME }}
images: hoijui/movedo
-
name: Push to Docker Hub
uses: docker/build-push-action@v6
Expand Down

0 comments on commit 8204ef8

Please sign in to comment.