Skip to content

Commit

Permalink
fix: invalid command
Browse files Browse the repository at this point in the history
Signed-off-by: hlts2 <[email protected]>
  • Loading branch information
hlts2 committed Jul 17, 2024
1 parent 48706c8 commit 8eb1064
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/dockers-image-sync.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
name: "Sync Docker image from Docker Hub to GHCR"
name: "Sync Docker image from Docker Hub to GitHub Container Registry"
on:
# TODO: The following events are for debugging purposes so I will remove them before merging.
pull_request:
Expand All @@ -30,8 +30,6 @@ jobs:
- uses: actions/checkout@v4
- uses: ./.github/actions/dump-context



ubuntu-devel:
runs-on: ubuntu-latest

Expand Down Expand Up @@ -70,6 +68,6 @@ jobs:
password: ${{ secrets.PACKAGE_TOKEN }}
- name: Pull Docker image from Docker Hub
run: |
docker pull ubuntu:devel-${TARGET_PLATFORM}
docker pull --platform ${TARGET_PLATFORM} ubuntu:devel
env:
TARGET_PLATFORM: ${{ matrix.platforms }}

0 comments on commit 8eb1064

Please sign in to comment.