Skip to content

Commit b3f3b48

Browse files
updated tags
1 parent a8e3658 commit b3f3b48

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/update.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
password: ${{ secrets.GITHUB_TOKEN }}
1919
- uses: actions/checkout@v3
2020
- name: build yocto_core
21-
run: docker build -f dockerfiles/yocto_core/Dockerfile -t ghcr.io/${{ github.actor }}/yocto_core:$(git rev-parse --short "$GITHUB_SHA") .
21+
run: docker build -f dockerfiles/yocto_core/Dockerfile -t ghcr.io/${{ github.actor }}/yocto_core:ubuntu2204 .
2222
- name: push yocto_core
2323
run: env && docker push ghcr.io/${{ github.actor }}/yocto_core:ubuntu2204
2424

@@ -35,7 +35,7 @@ jobs:
3535
password: ${{ secrets.GITHUB_TOKEN }}
3636
- uses: actions/checkout@v3
3737
- name: build yocto_openstlinux
38-
run: docker build -f dockerfiles/yocto_openstlinux/Dockerfile -t ghcr.io/${{ github.actor }}/yocto_openstlinux:$(git rev-parse --short "$GITHUB_SHA") .
38+
run: docker build -f dockerfiles/yocto_openstlinux/Dockerfile -t ghcr.io/${{ github.actor }}/yocto_openstlinux:ubuntu2204 .
3939
- name: push yocto_openstlinux
4040
run: env && docker push ghcr.io/${{ github.actor }}/yocto_openstlinux:ubuntu2204
4141

@@ -52,7 +52,7 @@ jobs:
5252
password: ${{ secrets.GITHUB_TOKEN }}
5353
- uses: actions/checkout@v3
5454
- name: build yocto_xlnx
55-
run: docker build -f dockerfiles/yocto_xlnx/Dockerfile -t ghcr.io/${{ github.actor }}/yocto_xlnx:$(git rev-parse --short "$GITHUB_SHA") .
55+
run: docker build -f dockerfiles/yocto_xlnx/Dockerfile -t ghcr.io/${{ github.actor }}/yocto_xlnx:ubuntu2204 .
5656
- name: push yocto_xlnx
5757
run: env && docker push ghcr.io/${{ github.actor }}/yocto_xlnx:ubuntu2204
5858

0 commit comments

Comments
 (0)