Skip to content

Commit

Permalink
actions: (Temporarily?) Switched default action to produce GTK3 versi…
Browse files Browse the repository at this point in the history
…on, as GTK2 build unavailable at this moment.
  • Loading branch information
vasilev committed Nov 28, 2024
1 parent 2ab2abf commit d6f12db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dockerimage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- uses: actions/checkout@v4

- name: Build the Docker image
run: docker build . --file Dockerfile --tag vasilev/palemoon
run: docker build . --file Dockerfile.gtk3 --tag vasilev/palemoon

- name: Log into registries
run: |
Expand Down

0 comments on commit d6f12db

Please sign in to comment.