Skip to content
This repository was archived by the owner on Nov 24, 2025. It is now read-only.

Commit f4b2ab5

Browse files
committed
Now use @main tag, because it exists
Signed-off-by: Jeroen Knoops <jeroen.knoops@philips.com>
1 parent 0f77f9a commit f4b2ab5

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

.github/workflows/update-docker-image.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ name: Create docker image
33
on:
44
push:
55
branches:
6-
- optimize-workflow
76
- main
87
paths:
98
- Dockerfile
@@ -28,9 +27,8 @@ jobs:
2827
packages: write
2928
steps:
3029
- uses: actions/checkout@v3
31-
- run: echo ${{ github.refname }}
3230
- name: Build Docker Images
33-
uses: philips-software/docker-ci-scripts@optimize-workflow
31+
uses: philips-software/docker-ci-scripts@main
3432
with:
3533
image-name: docker-ci-scripts
3634
tags: ${{ github.ref_name }}

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ outputs:
5454

5555
runs:
5656
using: 'docker'
57-
image: 'docker://ghcr.io/philips-software/docker-ci-scripts:optimize-workflow'
57+
image: 'docker://ghcr.io/philips-software/docker-ci-scripts:main'
5858
args:
5959
- ${{ inputs.dockerfile }}
6060
- ${{ inputs.image-name }}

0 commit comments

Comments
 (0)