File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
name : Publish Docker image to ghcr
2
2
3
3
on :
4
+ workflow_dispatch :
5
+
4
6
push :
5
7
branches : [ ros2 ]
6
- workflow_dispatch :
7
8
8
9
pull_request :
9
10
types : [opened, reopened]
@@ -31,14 +32,13 @@ jobs:
31
32
steps :
32
33
- name : Get current date
33
34
id : date
34
- run : echo "::set-output name= date:: $(date +'%Y-%m-%d')"
35
+ run : echo "date= $(date +'%Y-%m-%d')" >> $GITHUB_OUTPUT
35
36
36
37
- name : Checkout own repository
37
38
uses : actions/checkout@v4
38
39
39
- - name : Set up QEMU
40
- if : matrix.architecture != 'linux/amd64'
41
- uses : docker/setup-qemu-action@v3
40
+ # - name: Set up QEMU
41
+ # uses: docker/setup-qemu-action@v3
42
42
43
43
- name : Extract metadata (tags, labels) for Docker
44
44
id : meta
68
68
labels : ${{ steps.meta.outputs.labels }}
69
69
cache-from : type=gha
70
70
cache-to : type=gha,mode=max
71
- platforms : linux/arm64,linux/amd64
71
+ # platforms: linux/arm64,linux/amd64
You can’t perform that action at this time.
0 commit comments