Skip to content

Commit

Permalink
Add generation of docker images on release/master push (#2631)
Browse files Browse the repository at this point in the history
## Description
Docker Images are useful for our DevOps team. In case of release we
should generate them automatically for them and all the users.

## Checklist
- [x] Breaking changes are clearly marked as such in the PR description
and changelog
- [x] New behavior is reflected in tests
- [x] [The specification](https://github.com/FuelLabs/fuel-specs/)
matches the implemented behavior (link update PR if changes are needed)

### Before requesting review
- [x] I have reviewed the code myself
- [x] I have created follow-up issues caused by this PR and linked them
here
  • Loading branch information
AurelienFT authored Jan 27, 2025
1 parent be4ca87 commit 17ed7d3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/docker-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@ name: Docker Images

on:
workflow_dispatch:
push:
branches:
- master
release:
types: [ published ]

env:
GIT_BRANCH: ${{ github.head_ref || github.ref_name }}
Expand Down

0 comments on commit 17ed7d3

Please sign in to comment.