Skip to content

Commit

Permalink
docker: Ensure correct SDK version is installed in 6.1 image (#88)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmhewitt authored Dec 7, 2021
1 parent b9c4078 commit 1a0736a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ jobs:
packages: io.elementary.Platform/aarch64/daily io.elementary.Sdk/aarch64/daily
tags: ghcr.io/${{ github.repository }}/runtime:daily-aarch64
- name: stable-6.1-x86_64
packages: io.elementary.Platform/x86_64/6.1 io.elementary.Sdk/x86_64/6
packages: io.elementary.Platform/x86_64/6.1 io.elementary.Sdk/x86_64/6.1
tags: ghcr.io/${{ github.repository }}/runtime:6.1,ghcr.io/${{ github.repository }}/runtime:6.1-x86_64
- name: stable-6.1-aarch64
packages: io.elementary.Platform/aarch64/6.1 io.elementary.Sdk/aarch64/6
packages: io.elementary.Platform/aarch64/6.1 io.elementary.Sdk/aarch64/6.1
tags: ghcr.io/${{ github.repository }}/runtime:6.1-aarch64

services:
Expand Down

0 comments on commit 1a0736a

Please sign in to comment.