Skip to content

Commit

Permalink
Fix image name
Browse files Browse the repository at this point in the history
  • Loading branch information
bkmgit authored Oct 17, 2024
1 parent d2a52fe commit 7c6b262
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@ name: Build
on:
pull_request:
branches: [ main ]
push:
branches-ignore:
- master
- main
tags:
- "v*"
jobs:
Expand Down Expand Up @@ -89,7 +85,7 @@ jobs:
lmde6-32:
runs-on: ubuntu-latest
container:
image: linuxmintd:lmde6-i386
image: linuxmintd/lmde6-i386
steps:
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 7c6b262

Please sign in to comment.