Skip to content

Commit

Permalink
fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jens-maus committed Nov 21, 2023
1 parent 77d8170 commit a3fa583
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/oci-repush.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# RaspberryMatic workflow to manually repush docker image/release
# yamllint disable rule:truthy
---
name: OCI+Docker Release repush
name: Release Build (OCI+Docker repush)

on:
workflow_dispatch:
Expand Down Expand Up @@ -73,15 +73,13 @@ jobs:
install: true

- name: Login to GitHub Container Registry
if: github.event.inputs.skip_build == 'false'
uses: docker/[email protected]
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.CR_PAT }}

- name: Build and push container image
if: github.event.inputs.skip_build == 'false'
uses: docker/[email protected]
id: docker_build
with:
Expand Down

0 comments on commit a3fa583

Please sign in to comment.